Html Css Color HEX #CC116F Medium Violet Red

📋 copy color: '#CC116F'

red 204 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #CC116F

Tints of Medium Violet Red #CC116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

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

R = 61.45%
G = 5.12%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC116F (or 0xCC116F) is known color: Medium Violet Red. HEX triplet: CC, 11 and 6F. RGB value is (204,17,111). Sum of RGB (Red+Green+Blue) = 204+17+111=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC116F is #33EE90. Grayscale: #535353. Windows color (decimal): -3403409 or 7279052. OLE color: 7279052.

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

Color convert

RGB 204 17 111 -
CMYK 0 0.92 0.46 0.2
HSL 329.84º 0.85% 0.43% -
HSV(B) 329.84º 0.92% 0.8% -
XYZ 27.97 14.39 16.34 -
YUV 83.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 204 17 111 0 0.92 0.46 0.2 329.84 0.85 0.43
Hex CC 11 6F 0 5C 2E 14 14A 55 2B
Octal 314 21 157 0 134 56 24 512 125 53
Binary 11001100 10001 1101111 0 1011100 101110 10100 101001010 1010101 101011

Color Harmonies of #CC116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC116F

Black with #CC116F

Text Example


Text Example

White with #CC116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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