Html Css Color HEX #CA0587 Medium Violet Red

📋 copy color: '#CA0587'

red 202 ◦ green 5 ◦ blue 135

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

Shades of Medium Violet Red #CA0587

Tints of Medium Violet Red #CA0587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 59.06%
G = 1.46%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA0587 (or 0xCA0587) is known color: Medium Violet Red. HEX triplet: CA, 05 and 87. RGB value is (202,5,135). Sum of RGB (Red+Green+Blue) = 202+5+135=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0587 is #35FA78. Grayscale: #4E4E4E. Windows color (decimal): -3537529 or 8848842. OLE color: 8848842.

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

Color convert

RGB 202 5 135 -
CMYK 0 0.98 0.33 0.21
HSL 320.41º 0.95% 0.41% -
HSV(B) 320.41º 0.98% 0.79% -
XYZ 28.78 14.41 24.19 -
YUV 78.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 202 5 135 0 0.98 0.33 0.21 320.41 0.95 0.41
Hex CA 5 87 0 62 21 15 140 5F 29
Octal 312 5 207 0 142 41 25 500 137 51
Binary 11001010 101 10000111 0 1100010 100001 10101 101000000 1011111 101001

Color Harmonies of #CA0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0587

Black with #CA0587

Text Example


Text Example

White with #CA0587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0587; }

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

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

background-color css

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

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

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

border-color css

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

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

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