Html Css Color HEX #CA0D8D Medium Violet Red

📋 copy color: '#CA0D8D'

red 202 ◦ green 13 ◦ blue 141

#CA0D8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA0D8D

Tints of Medium Violet Red #CA0D8D

RGB

 RED value IS 202 (79.3% from 255) = 56.74%

 GREEN value IS 13 (5.47% from 255) = 3.65%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 56.74%
G = 3.65%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA0D8D (or 0xCA0D8D) is known color: Medium Violet Red. HEX triplet: CA, 0D and 8D. RGB value is (202,13,141). Sum of RGB (Red+Green+Blue) = 202+13+141=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0D8D is #35F272. Grayscale: #535353. Windows color (decimal): -3535475 or 9244106. OLE color: 9244106.

HSL color Cylindrical-coordinate representation of color #CA0D8D: hue angle of 319.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D8D is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 13 141 -
CMYK 0 0.94 0.30 0.21
HSL 319.37º 0.88% 0.42% -
HSV(B) 319.37º 0.94% 0.79% -
XYZ 29.31 14.77 26.5 -
YUV 84.1 160.12 212.09 -
System Red Green Blue C M Y K H S L
Decimal 202 13 141 0 0.94 0.30 0.21 319.37 0.88 0.42
Hex CA D 8D 0 5E 1E 15 13F 58 2A
Octal 312 15 215 0 136 36 25 477 130 52
Binary 11001010 1101 10001101 0 1011110 11110 10101 100111111 1011000 101010

Color Harmonies of #CA0D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D8D

Black with #CA0D8D

Text Example


Text Example

White with #CA0D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D8D; }

 p { color: rgb(202,13,141); }

 H1.HeaderClassName
 {
   color: #CA0D8D;
 }
 .AnyTagClassName
 {
   color: #CA0D8D;
 }
</style>

background-color css

<style>
 a { background-color: #CA0D8D; }

 a { background-color: rgb(202,13,141); }

 div.DivClassName
 {
   background-color: #CA0D8D;
 }
 .BgClassName
 {
   background-color: #CA0D8D;
 }
</style>

border-color css

<style>
 span { border-color: #CA0D8D; }

 span { border-color: rgb(202,13,141); }

 td.TdClassName
 {
   border-color: #CA0D8D;
 }
 .TagClassName
 {
   border-color: #CA0D8D;
 }
</style>