Html Css Color HEX #CC0CCB Deep Magenta

📋 copy color: '#CC0CCB'

red 204 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #CC0CCB

Tints of Deep Magenta #CC0CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.86%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 48.69%
G = 2.86%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC0CCB (or 0xCC0CCB) is known color: Deep Magenta. HEX triplet: CC, 0C and CB. RGB value is (204,12,203). Sum of RGB (Red+Green+Blue) = 204+12+203=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CCB is #33F334. Grayscale: #5A5A5A. Windows color (decimal): -3404597 or 13307084. OLE color: 13307084.

HSL color Cylindrical-coordinate representation of color #CC0CCB: hue angle of 300.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CCB is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 203 -
CMYK 0 0.94 0.00 0.2
HSL 300.31º 0.89% 0.42% -
HSV(B) 300.31º 0.94% 0.8% -
XYZ 35.81 17.41 57.97 -
YUV 91.18 191.11 208.47 -
System Red Green Blue C M Y K H S L
Decimal 204 12 203 0 0.94 0.00 0.2 300.31 0.89 0.42
Hex CC C CB 0 5E 0 14 12C 59 2A
Octal 314 14 313 0 136 0 24 454 131 52
Binary 11001100 1100 11001011 0 1011110 0 10100 100101100 1011001 101010

Color Harmonies of #CC0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CCB

Black with #CC0CCB

Text Example


Text Example

White with #CC0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CCB; }

 p { color: rgb(204,12,203); }

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

background-color css

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

 a { background-color: rgb(204,12,203); }

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

border-color css

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

 span { border-color: rgb(204,12,203); }

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