Html Css Color HEX #CA199D Medium Violet Red

📋 copy color: '#CA199D'

red 202 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #CA199D

Tints of Medium Violet Red #CA199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 52.6%
G = 6.51%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA199D (or 0xCA199D) is known color: Medium Violet Red. HEX triplet: CA, 19 and 9D. RGB value is (202,25,157). Sum of RGB (Red+Green+Blue) = 202+25+157=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA199D is #35E662. Grayscale: #5C5C5C. Windows color (decimal): -3532387 or 10295754. OLE color: 10295754.

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

Color convert

RGB 202 25 157 -
CMYK 0 0.88 0.22 0.21
HSL 315.25º 0.78% 0.45% -
HSV(B) 315.25º 0.88% 0.79% -
XYZ 30.79 15.69 33.3 -
YUV 92.97 164.14 205.77 -
System Red Green Blue C M Y K H S L
Decimal 202 25 157 0 0.88 0.22 0.21 315.25 0.78 0.45
Hex CA 19 9D 0 58 16 15 13B 4E 2D
Octal 312 31 235 0 130 26 25 473 116 55
Binary 11001010 11001 10011101 0 1011000 10110 10101 100111011 1001110 101101

Color Harmonies of #CA199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA199D

Black with #CA199D

Text Example


Text Example

White with #CA199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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