Html Css Color HEX #CC10BA Deep Magenta

📋 copy color: '#CC10BA'

red 204 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #CC10BA

Tints of Deep Magenta #CC10BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 50.25%
G = 3.94%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC10BA (or 0xCC10BA) is known color: Deep Magenta. HEX triplet: CC, 10 and BA. RGB value is (204,16,186). Sum of RGB (Red+Green+Blue) = 204+16+186=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10BA is #33EF45. Grayscale: #5B5B5B. Windows color (decimal): -3403590 or 12193996. OLE color: 12193996.

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

Color convert

RGB 204 16 186 -
CMYK 0 0.92 0.09 0.2
HSL 305.74º 0.85% 0.43% -
HSV(B) 305.74º 0.92% 0.8% -
XYZ 33.95 16.75 47.9 -
YUV 91.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 204 16 186 0 0.92 0.09 0.2 305.74 0.85 0.43
Hex CC 10 BA 0 5C 9 14 132 55 2B
Octal 314 20 272 0 134 11 24 462 125 53
Binary 11001100 10000 10111010 0 1011100 1001 10100 100110010 1010101 101011

Color Harmonies of #CC10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10BA

Black with #CC10BA

Text Example


Text Example

White with #CC10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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