Html Css Color HEX #CA0577 Medium Violet Red

📋 copy color: '#CA0577'

red 202 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #CA0577

Tints of Medium Violet Red #CA0577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 61.96%
G = 1.53%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA0577 (or 0xCA0577) is known color: Medium Violet Red. HEX triplet: CA, 05 and 77. RGB value is (202,5,119). Sum of RGB (Red+Green+Blue) = 202+5+119=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0577 is #35FA88. Grayscale: #4C4C4C. Windows color (decimal): -3537545 or 7800266. OLE color: 7800266.

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

Color convert

RGB 202 5 119 -
CMYK 0 0.98 0.41 0.21
HSL 325.28º 0.95% 0.41% -
HSV(B) 325.28º 0.98% 0.79% -
XYZ 27.74 14 18.69 -
YUV 76.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 202 5 119 0 0.98 0.41 0.21 325.28 0.95 0.41
Hex CA 5 77 0 62 29 15 145 5F 29
Octal 312 5 167 0 142 51 25 505 137 51
Binary 11001010 101 1110111 0 1100010 101001 10101 101000101 1011111 101001

Color Harmonies of #CA0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0577

Black with #CA0577

Text Example


Text Example

White with #CA0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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