Html Css Color HEX #CA0596 Medium Violet Red

📋 copy color: '#CA0596'

red 202 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #CA0596

Tints of Medium Violet Red #CA0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 56.58%
G = 1.4%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA0596 (or 0xCA0596) is known color: Medium Violet Red. HEX triplet: CA, 05 and 96. RGB value is (202,5,150). Sum of RGB (Red+Green+Blue) = 202+5+150=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0596 is #35FA69. Grayscale: #505050. Windows color (decimal): -3537514 or 9831882. OLE color: 9831882.

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

Color convert

RGB 202 5 150 -
CMYK 0 0.98 0.26 0.21
HSL 315.84º 0.95% 0.41% -
HSV(B) 315.84º 0.98% 0.79% -
XYZ 29.92 14.87 30.15 -
YUV 80.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 202 5 150 0 0.98 0.26 0.21 315.84 0.95 0.41
Hex CA 5 96 0 62 1A 15 13C 5F 29
Octal 312 5 226 0 142 32 25 474 137 51
Binary 11001010 101 10010110 0 1100010 11010 10101 100111100 1011111 101001

Color Harmonies of #CA0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0596

Black with #CA0596

Text Example


Text Example

White with #CA0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0596; }

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

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

background-color css

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

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

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

border-color css

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

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

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