Html Css Color HEX #CC00CB Deep Magenta

📋 copy color: '#CC00CB'

red 204 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #CC00CB

Tints of Deep Magenta #CC00CB

RGB

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

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

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

R = 50.12%
G = 0%
B = 49.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC00CB (or 0xCC00CB) is known color: Deep Magenta. HEX triplet: CC, 00 and CB. RGB value is (204,0,203). Sum of RGB (Red+Green+Blue) = 204+0+203=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00CB is #33FF34. Grayscale: #535353. Windows color (decimal): -3407669 or 13304012. OLE color: 13304012.

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

Color convert

RGB 204 0 203 -
CMYK 0 1 0.00 0.2
HSL 300.29º 1% 0.4% -
HSV(B) 300.29º 1% 0.8% -
XYZ 35.68 17.15 57.93 -
YUV 84.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 204 0 203 0 1 0.00 0.2 300.29 1 0.4
Hex CC 0 CB 0 64 0 14 12C 64 28
Octal 314 0 313 0 144 0 24 454 144 50
Binary 11001100 0 11001011 0 1100100 0 10100 100101100 1100100 101000

Color Harmonies of #CC00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00CB

Black with #CC00CB

Text Example


Text Example

White with #CC00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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