Html Css Color HEX #CA196F Medium Violet Red

📋 copy color: '#CA196F'

red 202 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #CA196F

Tints of Medium Violet Red #CA196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 59.76%
G = 7.4%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA196F (or 0xCA196F) is known color: Medium Violet Red. HEX triplet: CA, 19 and 6F. RGB value is (202,25,111). Sum of RGB (Red+Green+Blue) = 202+25+111=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA196F is #35E690. Grayscale: #575757. Windows color (decimal): -3532433 or 7281098. OLE color: 7281098.

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

Color convert

RGB 202 25 111 -
CMYK 0 0.88 0.45 0.21
HSL 330.85º 0.78% 0.45% -
HSV(B) 330.85º 0.88% 0.79% -
XYZ 27.57 14.4 16.37 -
YUV 87.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 202 25 111 0 0.88 0.45 0.21 330.85 0.78 0.45
Hex CA 19 6F 0 58 2D 15 14B 4E 2D
Octal 312 31 157 0 130 55 25 513 116 55
Binary 11001010 11001 1101111 0 1011000 101101 10101 101001011 1001110 101101

Color Harmonies of #CA196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA196F

Black with #CA196F

Text Example


Text Example

White with #CA196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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