Html Css Color HEX #CA199B Medium Violet Red

📋 copy color: '#CA199B'

red 202 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #CA199B

Tints of Medium Violet Red #CA199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 52.88%
G = 6.54%
B = 40.58%

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

#CA199B (or 0xCA199B) is known color: Medium Violet Red. HEX triplet: CA, 19 and 9B. RGB value is (202,25,155). Sum of RGB (Red+Green+Blue) = 202+25+155=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA199B is #35E664. Grayscale: #5C5C5C. Windows color (decimal): -3532389 or 10164682. OLE color: 10164682.

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

Color convert

RGB 202 25 155 -
CMYK 0 0.88 0.23 0.21
HSL 315.93º 0.78% 0.45% -
HSV(B) 315.93º 0.88% 0.79% -
XYZ 30.62 15.62 32.41 -
YUV 92.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 202 25 155 0 0.88 0.23 0.21 315.93 0.78 0.45
Hex CA 19 9B 0 58 17 15 13C 4E 2D
Octal 312 31 233 0 130 27 25 474 116 55
Binary 11001010 11001 10011011 0 1011000 10111 10101 100111100 1001110 101101

Color Harmonies of #CA199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA199B

Black with #CA199B

Text Example


Text Example

White with #CA199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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