Html Css Color HEX #CA0578 Medium Violet Red

📋 copy color: '#CA0578'

red 202 ◦ green 5 ◦ blue 120

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

Shades of Medium Violet Red #CA0578

Tints of Medium Violet Red #CA0578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.7%

R = 61.77%
G = 1.53%
B = 36.7%

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

#CA0578 (or 0xCA0578) is known color: Medium Violet Red. HEX triplet: CA, 05 and 78. RGB value is (202,5,120). Sum of RGB (Red+Green+Blue) = 202+5+120=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0578 is #35FA87. Grayscale: #4C4C4C. Windows color (decimal): -3537544 or 7865802. OLE color: 7865802.

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

Color convert

RGB 202 5 120 -
CMYK 0 0.98 0.41 0.21
HSL 324.97º 0.95% 0.41% -
HSV(B) 324.97º 0.98% 0.79% -
XYZ 27.8 14.02 19.01 -
YUV 77.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 202 5 120 0 0.98 0.41 0.21 324.97 0.95 0.41
Hex CA 5 78 0 62 29 15 145 5F 29
Octal 312 5 170 0 142 51 25 505 137 51
Binary 11001010 101 1111000 0 1100010 101001 10101 101000101 1011111 101001

Color Harmonies of #CA0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0578

Black with #CA0578

Text Example


Text Example

White with #CA0578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0578; }

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

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

background-color css

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

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

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

border-color css

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

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

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