Html Css Color HEX #CC196F Medium Violet Red

📋 copy color: '#CC196F'

red 204 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #CC196F

Tints of Medium Violet Red #CC196F

RGB

 RED value IS 204 (80.08% from 255) = 60%

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

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

R = 60%
G = 7.35%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC196F (or 0xCC196F) is known color: Medium Violet Red. HEX triplet: CC, 19 and 6F. RGB value is (204,25,111). Sum of RGB (Red+Green+Blue) = 204+25+111=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC196F is #33E690. Grayscale: #585858. Windows color (decimal): -3401361 or 7281100. OLE color: 7281100.

HSL color Cylindrical-coordinate representation of color #CC196F: hue angle of 331.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC196F is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 111 -
CMYK 0 0.88 0.46 0.2
HSL 331.17º 0.78% 0.45% -
HSV(B) 331.17º 0.88% 0.8% -
XYZ 28.12 14.68 16.39 -
YUV 88.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 204 25 111 0 0.88 0.46 0.2 331.17 0.78 0.45
Hex CC 19 6F 0 58 2E 14 14B 4E 2D
Octal 314 31 157 0 130 56 24 513 116 55
Binary 11001100 11001 1101111 0 1011000 101110 10100 101001011 1001110 101101

Color Harmonies of #CC196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC196F

Black with #CC196F

Text Example


Text Example

White with #CC196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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