Html Css Color HEX #CC00B2 Deep Magenta

📋 copy color: '#CC00B2'

red 204 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #CC00B2

Tints of Deep Magenta #CC00B2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 53.4%
G = 0%
B = 46.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC00B2 (or 0xCC00B2) is known color: Deep Magenta. HEX triplet: CC, 00 and B2. RGB value is (204,0,178). Sum of RGB (Red+Green+Blue) = 204+0+178=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC00B2 is #33FF4D. Grayscale: #505050. Windows color (decimal): -3407694 or 11665612. OLE color: 11665612.

HSL color Cylindrical-coordinate representation of color #CC00B2: hue angle of 307.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00B2 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 178 -
CMYK 0 1 0.13 0.2
HSL 307.65º 1% 0.4% -
HSV(B) 307.65º 1% 0.8% -
XYZ 32.94 16.05 43.48 -
YUV 81.29 182.59 215.53 -
System Red Green Blue C M Y K H S L
Decimal 204 0 178 0 1 0.13 0.2 307.65 1 0.4
Hex CC 0 B2 0 64 D 14 134 64 28
Octal 314 0 262 0 144 15 24 464 144 50
Binary 11001100 0 10110010 0 1100100 1101 10100 100110100 1100100 101000

Color Harmonies of #CC00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00B2

Black with #CC00B2

Text Example


Text Example

White with #CC00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00B2; }

 p { color: rgb(204,0,178); }

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

background-color css

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

 a { background-color: rgb(204,0,178); }

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

border-color css

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

 span { border-color: rgb(204,0,178); }

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