Html Css Color HEX #CA199F Medium Violet Red

📋 copy color: '#CA199F'

red 202 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #CA199F

Tints of Medium Violet Red #CA199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 52.33%
G = 6.48%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA199F (or 0xCA199F) is known color: Medium Violet Red. HEX triplet: CA, 19 and 9F. RGB value is (202,25,159). Sum of RGB (Red+Green+Blue) = 202+25+159=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA199F is #35E660. Grayscale: #5C5C5C. Windows color (decimal): -3532385 or 10426826. OLE color: 10426826.

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

Color convert

RGB 202 25 159 -
CMYK 0 0.88 0.21 0.21
HSL 314.58º 0.78% 0.45% -
HSV(B) 314.58º 0.88% 0.79% -
XYZ 30.96 15.76 34.21 -
YUV 93.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 202 25 159 0 0.88 0.21 0.21 314.58 0.78 0.45
Hex CA 19 9F 0 58 15 15 13B 4E 2D
Octal 312 31 237 0 130 25 25 473 116 55
Binary 11001010 11001 10011111 0 1011000 10101 10101 100111011 1001110 101101

Color Harmonies of #CA199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA199F

Black with #CA199F

Text Example


Text Example

White with #CA199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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