Html Css Color HEX #CC118B Medium Violet Red

📋 copy color: '#CC118B'

red 204 ◦ green 17 ◦ blue 139

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

Shades of Medium Violet Red #CC118B

Tints of Medium Violet Red #CC118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 56.67%
G = 4.72%
B = 38.61%

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

#CC118B (or 0xCC118B) is known color: Medium Violet Red. HEX triplet: CC, 11 and 8B. RGB value is (204,17,139). Sum of RGB (Red+Green+Blue) = 204+17+139=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC118B is #33EE74. Grayscale: #565656. Windows color (decimal): -3403381 or 9114060. OLE color: 9114060.

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

Color convert

RGB 204 17 139 -
CMYK 0 0.92 0.32 0.2
HSL 320.86º 0.85% 0.43% -
HSV(B) 320.86º 0.92% 0.8% -
XYZ 29.76 15.1 25.77 -
YUV 86.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 204 17 139 0 0.92 0.32 0.2 320.86 0.85 0.43
Hex CC 11 8B 0 5C 20 14 141 55 2B
Octal 314 21 213 0 134 40 24 501 125 53
Binary 11001100 10001 10001011 0 1011100 100000 10100 101000001 1010101 101011

Color Harmonies of #CC118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC118B

Black with #CC118B

Text Example


Text Example

White with #CC118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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