Html Css Color HEX #CC118A Medium Violet Red

📋 copy color: '#CC118A'

red 204 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #CC118A

Tints of Medium Violet Red #CC118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 56.82%
G = 4.74%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC118A (or 0xCC118A) is known color: Medium Violet Red. HEX triplet: CC, 11 and 8A. RGB value is (204,17,138). Sum of RGB (Red+Green+Blue) = 204+17+138=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC118A is #33EE75. Grayscale: #565656. Windows color (decimal): -3403382 or 9048524. OLE color: 9048524.

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

Color convert

RGB 204 17 138 -
CMYK 0 0.92 0.32 0.2
HSL 321.18º 0.85% 0.43% -
HSV(B) 321.18º 0.92% 0.8% -
XYZ 29.69 15.07 25.39 -
YUV 86.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 204 17 138 0 0.92 0.32 0.2 321.18 0.85 0.43
Hex CC 11 8A 0 5C 20 14 141 55 2B
Octal 314 21 212 0 134 40 24 501 125 53
Binary 11001100 10001 10001010 0 1011100 100000 10100 101000001 1010101 101011

Color Harmonies of #CC118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC118A

Black with #CC118A

Text Example


Text Example

White with #CC118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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