Html Css Color HEX #CA0387 Medium Violet Red

📋 copy color: '#CA0387'

red 202 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #CA0387

Tints of Medium Violet Red #CA0387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 135 (53.13% from 255) = 39.71%

R = 59.41%
G = 0.88%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA0387 (or 0xCA0387) is known color: Medium Violet Red. HEX triplet: CA, 03 and 87. RGB value is (202,3,135). Sum of RGB (Red+Green+Blue) = 202+3+135=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0387 is #35FC78. Grayscale: #4D4D4D. Windows color (decimal): -3538041 or 8848330. OLE color: 8848330.

HSL color Cylindrical-coordinate representation of color #CA0387: hue angle of 320.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0387 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 135 -
CMYK 0 0.99 0.33 0.21
HSL 320.2º 0.97% 0.4% -
HSV(B) 320.2º 0.99% 0.79% -
XYZ 28.76 14.37 24.18 -
YUV 77.55 160.43 216.77 -
System Red Green Blue C M Y K H S L
Decimal 202 3 135 0 0.99 0.33 0.21 320.2 0.97 0.4
Hex CA 3 87 0 63 21 15 140 61 28
Octal 312 3 207 0 143 41 25 500 141 50
Binary 11001010 11 10000111 0 1100011 100001 10101 101000000 1100001 101000

Color Harmonies of #CA0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0387

Black with #CA0387

Text Example


Text Example

White with #CA0387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0387; }

 p { color: rgb(202,3,135); }

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

background-color css

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

 a { background-color: rgb(202,3,135); }

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

border-color css

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

 span { border-color: rgb(202,3,135); }

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