Html Css Color HEX #CC10CB Deep Magenta

📋 copy color: '#CC10CB'

red 204 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #CC10CB

Tints of Deep Magenta #CC10CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.78%

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

R = 48.23%
G = 3.78%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC10CB (or 0xCC10CB) is known color: Deep Magenta. HEX triplet: CC, 10 and CB. RGB value is (204,16,203). Sum of RGB (Red+Green+Blue) = 204+16+203=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10CB is #33EF34. Grayscale: #5C5C5C. Windows color (decimal): -3403573 or 13308108. OLE color: 13308108.

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

Color convert

RGB 204 16 203 -
CMYK 0 0.92 0.00 0.2
HSL 300.32º 0.85% 0.43% -
HSV(B) 300.32º 0.92% 0.8% -
XYZ 35.87 17.52 57.99 -
YUV 93.53 189.78 206.79 -
System Red Green Blue C M Y K H S L
Decimal 204 16 203 0 0.92 0.00 0.2 300.32 0.85 0.43
Hex CC 10 CB 0 5C 0 14 12C 55 2B
Octal 314 20 313 0 134 0 24 454 125 53
Binary 11001100 10000 11001011 0 1011100 0 10100 100101100 1010101 101011

Color Harmonies of #CC10CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10CB

Black with #CC10CB

Text Example


Text Example

White with #CC10CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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