Html Css Color HEX #CC1182 Medium Violet Red

📋 copy color: '#CC1182'

red 204 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #CC1182

Tints of Medium Violet Red #CC1182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 58.12%
G = 4.84%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC1182 (or 0xCC1182) is known color: Medium Violet Red. HEX triplet: CC, 11 and 82. RGB value is (204,17,130). Sum of RGB (Red+Green+Blue) = 204+17+130=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1182 is #33EE7D. Grayscale: #555555. Windows color (decimal): -3403390 or 8524236. OLE color: 8524236.

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

Color convert

RGB 204 17 130 -
CMYK 0 0.92 0.36 0.2
HSL 323.74º 0.85% 0.43% -
HSV(B) 323.74º 0.92% 0.8% -
XYZ 29.13 14.85 22.45 -
YUV 85.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 204 17 130 0 0.92 0.36 0.2 323.74 0.85 0.43
Hex CC 11 82 0 5C 24 14 144 55 2B
Octal 314 21 202 0 134 44 24 504 125 53
Binary 11001100 10001 10000010 0 1011100 100100 10100 101000100 1010101 101011

Color Harmonies of #CC1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1182

Black with #CC1182

Text Example


Text Example

White with #CC1182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1182; }

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

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

background-color css

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

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

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

border-color css

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

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

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