Html Css Color HEX #CA196D Medium Violet Red

📋 copy color: '#CA196D'

red 202 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #CA196D

Tints of Medium Violet Red #CA196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 60.12%
G = 7.44%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA196D (or 0xCA196D) is known color: Medium Violet Red. HEX triplet: CA, 19 and 6D. RGB value is (202,25,109). Sum of RGB (Red+Green+Blue) = 202+25+109=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA196D is #35E692. Grayscale: #575757. Windows color (decimal): -3532435 or 7150026. OLE color: 7150026.

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

Color convert

RGB 202 25 109 -
CMYK 0 0.88 0.46 0.21
HSL 331.53º 0.78% 0.45% -
HSV(B) 331.53º 0.88% 0.79% -
XYZ 27.47 14.36 15.79 -
YUV 87.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 202 25 109 0 0.88 0.46 0.21 331.53 0.78 0.45
Hex CA 19 6D 0 58 2E 15 14C 4E 2D
Octal 312 31 155 0 130 56 25 514 116 55
Binary 11001010 11001 1101101 0 1011000 101110 10101 101001100 1001110 101101

Color Harmonies of #CA196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA196D

Black with #CA196D

Text Example


Text Example

White with #CA196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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