Html Css Color HEX #CC10CE Deep Magenta

📋 copy color: '#CC10CE'

red 204 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #CC10CE

Tints of Deep Magenta #CC10CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 47.89%
G = 3.76%
B = 48.36%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC10CE (or 0xCC10CE) is known color: Deep Magenta. HEX triplet: CC, 10 and CE. RGB value is (204,16,206). Sum of RGB (Red+Green+Blue) = 204+16+206=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10CE is #33EF31. Grayscale: #5D5D5D. Windows color (decimal): -3403570 or 13504716. OLE color: 13504716.

HSL color Cylindrical-coordinate representation of color #CC10CE: hue angle of 299.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC10CE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 16 206 -
CMYK 0.01 0.92 0 0.19
HSL 299.37º 0.86% 0.44% -
HSV(B) 299.37º 0.92% 0.81% -
XYZ 36.23 17.66 59.89 -
YUV 93.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 204 16 206 0.01 0.92 0 0.19 299.37 0.86 0.44
Hex CC 10 CE 1 5C 0 13 12B 56 2C
Octal 314 20 316 1 134 0 23 453 126 54
Binary 11001100 10000 11001110 1 1011100 0 10011 100101011 1010110 101100

Color Harmonies of #CC10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10CE

Black with #CC10CE

Text Example


Text Example

White with #CC10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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