Html Css Color HEX #CC119B Medium Violet Red

📋 copy color: '#CC119B'

red 204 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #CC119B

Tints of Medium Violet Red #CC119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 54.26%
G = 4.52%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC119B (or 0xCC119B) is known color: Medium Violet Red. HEX triplet: CC, 11 and 9B. RGB value is (204,17,155). Sum of RGB (Red+Green+Blue) = 204+17+155=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC119B is #33EE64. Grayscale: #585858. Windows color (decimal): -3403365 or 10162636. OLE color: 10162636.

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

Color convert

RGB 204 17 155 -
CMYK 0 0.92 0.24 0.2
HSL 315.72º 0.85% 0.43% -
HSV(B) 315.72º 0.92% 0.8% -
XYZ 31.02 15.6 32.39 -
YUV 88.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 204 17 155 0 0.92 0.24 0.2 315.72 0.85 0.43
Hex CC 11 9B 0 5C 18 14 13C 55 2B
Octal 314 21 233 0 134 30 24 474 125 53
Binary 11001100 10001 10011011 0 1011100 11000 10100 100111100 1010101 101011

Color Harmonies of #CC119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC119B

Black with #CC119B

Text Example


Text Example

White with #CC119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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