Html Css Color HEX #CA1996 Medium Violet Red

📋 copy color: '#CA1996'

red 202 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #CA1996

Tints of Medium Violet Red #CA1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 53.58%
G = 6.63%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA1996 (or 0xCA1996) is known color: Medium Violet Red. HEX triplet: CA, 19 and 96. RGB value is (202,25,150). Sum of RGB (Red+Green+Blue) = 202+25+150=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1996 is #35E669. Grayscale: #5B5B5B. Windows color (decimal): -3532394 or 9837002. OLE color: 9837002.

HSL color Cylindrical-coordinate representation of color #CA1996: hue angle of 317.63º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1996 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 150 -
CMYK 0 0.88 0.26 0.21
HSL 317.63º 0.78% 0.45% -
HSV(B) 317.63º 0.88% 0.79% -
XYZ 30.21 15.45 30.24 -
YUV 92.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 202 25 150 0 0.88 0.26 0.21 317.63 0.78 0.45
Hex CA 19 96 0 58 1A 15 13E 4E 2D
Octal 312 31 226 0 130 32 25 476 116 55
Binary 11001010 11001 10010110 0 1011000 11010 10101 100111110 1001110 101101

Color Harmonies of #CA1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1996

Black with #CA1996

Text Example


Text Example

White with #CA1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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