Html Css Color HEX #CA199C Medium Violet Red

📋 copy color: '#CA199C'

red 202 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #CA199C

Tints of Medium Violet Red #CA199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 52.74%
G = 6.53%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA199C (or 0xCA199C) is known color: Medium Violet Red. HEX triplet: CA, 19 and 9C. RGB value is (202,25,156). Sum of RGB (Red+Green+Blue) = 202+25+156=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA199C is #35E663. Grayscale: #5C5C5C. Windows color (decimal): -3532388 or 10230218. OLE color: 10230218.

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

Color convert

RGB 202 25 156 -
CMYK 0 0.88 0.23 0.21
HSL 315.59º 0.78% 0.45% -
HSV(B) 315.59º 0.88% 0.79% -
XYZ 30.71 15.65 32.86 -
YUV 92.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 202 25 156 0 0.88 0.23 0.21 315.59 0.78 0.45
Hex CA 19 9C 0 58 17 15 13C 4E 2D
Octal 312 31 234 0 130 27 25 474 116 55
Binary 11001010 11001 10011100 0 1011000 10111 10101 100111100 1001110 101101

Color Harmonies of #CA199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA199C

Black with #CA199C

Text Example


Text Example

White with #CA199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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