Html Css Color HEX #CA0D9E Medium Violet Red

📋 copy color: '#CA0D9E'

red 202 ◦ green 13 ◦ blue 158

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

Shades of Medium Violet Red #CA0D9E

Tints of Medium Violet Red #CA0D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 54.16%
G = 3.49%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA0D9E (or 0xCA0D9E) is known color: Medium Violet Red. HEX triplet: CA, 0D and 9E. RGB value is (202,13,158). Sum of RGB (Red+Green+Blue) = 202+13+158=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0D9E is #35F261. Grayscale: #555555. Windows color (decimal): -3535458 or 10358218. OLE color: 10358218.

HSL color Cylindrical-coordinate representation of color #CA0D9E: hue angle of 313.97º 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 #CA0D9E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 13 158 -
CMYK 0 0.94 0.22 0.21
HSL 313.97º 0.88% 0.42% -
HSV(B) 313.97º 0.94% 0.79% -
XYZ 30.67 15.31 33.69 -
YUV 86.04 168.62 210.71 -
System Red Green Blue C M Y K H S L
Decimal 202 13 158 0 0.94 0.22 0.21 313.97 0.88 0.42
Hex CA D 9E 0 5E 16 15 13A 58 2A
Octal 312 15 236 0 136 26 25 472 130 52
Binary 11001010 1101 10011110 0 1011110 10110 10101 100111010 1011000 101010

Color Harmonies of #CA0D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D9E

Black with #CA0D9E

Text Example


Text Example

White with #CA0D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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