Html Css Color HEX #CC118F Medium Violet Red

📋 copy color: '#CC118F'

red 204 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #CC118F

Tints of Medium Violet Red #CC118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 56.04%
G = 4.67%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC118F (or 0xCC118F) is known color: Medium Violet Red. HEX triplet: CC, 11 and 8F. RGB value is (204,17,143). Sum of RGB (Red+Green+Blue) = 204+17+143=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC118F is #33EE70. Grayscale: #565656. Windows color (decimal): -3403377 or 9376204. OLE color: 9376204.

HSL color Cylindrical-coordinate representation of color #CC118F: hue angle of 319.57º 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 #CC118F is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 143 -
CMYK 0 0.92 0.30 0.2
HSL 319.57º 0.85% 0.43% -
HSV(B) 319.57º 0.92% 0.8% -
XYZ 30.06 15.22 27.34 -
YUV 87.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 204 17 143 0 0.92 0.30 0.2 319.57 0.85 0.43
Hex CC 11 8F 0 5C 1E 14 140 55 2B
Octal 314 21 217 0 134 36 24 500 125 53
Binary 11001100 10001 10001111 0 1011100 11110 10100 101000000 1010101 101011

Color Harmonies of #CC118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC118F

Black with #CC118F

Text Example


Text Example

White with #CC118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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