Html Css Color HEX #CC12B6 Deep Magenta

📋 copy color: '#CC12B6'

red 204 ◦ green 18 ◦ blue 182

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

Shades of Deep Magenta #CC12B6

Tints of Deep Magenta #CC12B6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.46%

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 50.5%
G = 4.46%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC12B6 (or 0xCC12B6) is known color: Deep Magenta. HEX triplet: CC, 12 and B6. RGB value is (204,18,182). Sum of RGB (Red+Green+Blue) = 204+18+182=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC12B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12B6 is #33ED49. Grayscale: #5B5B5B. Windows color (decimal): -3403082 or 11932364. OLE color: 11932364.

HSL color Cylindrical-coordinate representation of color #CC12B6: hue angle of 307.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC12B6 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 182 -
CMYK 0 0.91 0.11 0.2
HSL 307.1º 0.84% 0.44% -
HSV(B) 307.1º 0.91% 0.8% -
XYZ 33.56 16.65 45.7 -
YUV 92.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 204 18 182 0 0.91 0.11 0.2 307.1 0.84 0.44
Hex CC 12 B6 0 5B B 14 133 54 2C
Octal 314 22 266 0 133 13 24 463 124 54
Binary 11001100 10010 10110110 0 1011011 1011 10100 100110011 1010100 101100

Color Harmonies of #CC12B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12B6

Black with #CC12B6

Text Example


Text Example

White with #CC12B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12B6; }

 p { color: rgb(204,18,182); }

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

background-color css

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

 a { background-color: rgb(204,18,182); }

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

border-color css

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

 span { border-color: rgb(204,18,182); }

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