Html Css Color HEX #CA0575 Medium Violet Red

📋 copy color: '#CA0575'

red 202 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #CA0575

Tints of Medium Violet Red #CA0575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 62.35%
G = 1.54%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA0575 (or 0xCA0575) is known color: Medium Violet Red. HEX triplet: CA, 05 and 75. RGB value is (202,5,117). Sum of RGB (Red+Green+Blue) = 202+5+117=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0575 is #35FA8A. Grayscale: #4C4C4C. Windows color (decimal): -3537547 or 7669194. OLE color: 7669194.

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

Color convert

RGB 202 5 117 -
CMYK 0 0.98 0.42 0.21
HSL 325.89º 0.95% 0.41% -
HSV(B) 325.89º 0.98% 0.79% -
XYZ 27.62 13.95 18.07 -
YUV 76.67 150.77 217.39 -
System Red Green Blue C M Y K H S L
Decimal 202 5 117 0 0.98 0.42 0.21 325.89 0.95 0.41
Hex CA 5 75 0 62 2A 15 146 5F 29
Octal 312 5 165 0 142 52 25 506 137 51
Binary 11001010 101 1110101 0 1100010 101010 10101 101000110 1011111 101001

Color Harmonies of #CA0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0575

Black with #CA0575

Text Example


Text Example

White with #CA0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0575; }

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

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

background-color css

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

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

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

border-color css

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

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

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