Html Css Color HEX #CC10B9 Deep Magenta

📋 copy color: '#CC10B9'

red 204 ◦ green 16 ◦ blue 185

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

Shades of Deep Magenta #CC10B9

Tints of Deep Magenta #CC10B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 50.37%
G = 3.95%
B = 45.68%

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

#CC10B9 (or 0xCC10B9) is known color: Deep Magenta. HEX triplet: CC, 10 and B9. RGB value is (204,16,185). Sum of RGB (Red+Green+Blue) = 204+16+185=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10B9 is #33EF46. Grayscale: #5A5A5A. Windows color (decimal): -3403591 or 12128460. OLE color: 12128460.

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

Color convert

RGB 204 16 185 -
CMYK 0 0.92 0.09 0.2
HSL 306.06º 0.85% 0.43% -
HSV(B) 306.06º 0.92% 0.8% -
XYZ 33.84 16.71 47.34 -
YUV 91.48 180.78 208.26 -
System Red Green Blue C M Y K H S L
Decimal 204 16 185 0 0.92 0.09 0.2 306.06 0.85 0.43
Hex CC 10 B9 0 5C 9 14 132 55 2B
Octal 314 20 271 0 134 11 24 462 125 53
Binary 11001100 10000 10111001 0 1011100 1001 10100 100110010 1010101 101011

Color Harmonies of #CC10B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10B9

Black with #CC10B9

Text Example


Text Example

White with #CC10B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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