Html Css Color HEX #CC119A Medium Violet Red

📋 copy color: '#CC119A'

red 204 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #CC119A

Tints of Medium Violet Red #CC119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 54.4%
G = 4.53%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC119A (or 0xCC119A) is known color: Medium Violet Red. HEX triplet: CC, 11 and 9A. RGB value is (204,17,154). Sum of RGB (Red+Green+Blue) = 204+17+154=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC119A is #33EE65. Grayscale: #585858. Windows color (decimal): -3403366 or 10097100. OLE color: 10097100.

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

Color convert

RGB 204 17 154 -
CMYK 0 0.92 0.25 0.2
HSL 316.04º 0.85% 0.43% -
HSV(B) 316.04º 0.92% 0.8% -
XYZ 30.94 15.57 31.95 -
YUV 88.53 164.95 210.36 -
System Red Green Blue C M Y K H S L
Decimal 204 17 154 0 0.92 0.25 0.2 316.04 0.85 0.43
Hex CC 11 9A 0 5C 19 14 13C 55 2B
Octal 314 21 232 0 134 31 24 474 125 53
Binary 11001100 10001 10011010 0 1011100 11001 10100 100111100 1010101 101011

Color Harmonies of #CC119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC119A

Black with #CC119A

Text Example


Text Example

White with #CC119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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