Html Css Color HEX #CC10C7 Deep Magenta

📋 copy color: '#CC10C7'

red 204 ◦ green 16 ◦ blue 199

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

Shades of Deep Magenta #CC10C7

Tints of Deep Magenta #CC10C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.49%

R = 48.69%
G = 3.82%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC10C7 (or 0xCC10C7) is known color: Deep Magenta. HEX triplet: CC, 10 and C7. RGB value is (204,16,199). Sum of RGB (Red+Green+Blue) = 204+16+199=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10C7 is #33EF38. Grayscale: #5C5C5C. Windows color (decimal): -3403577 or 13045964. OLE color: 13045964.

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

Color convert

RGB 204 16 199 -
CMYK 0 0.92 0.02 0.2
HSL 301.6º 0.85% 0.43% -
HSV(B) 301.6º 0.92% 0.8% -
XYZ 35.4 17.33 55.51 -
YUV 93.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 204 16 199 0 0.92 0.02 0.2 301.6 0.85 0.43
Hex CC 10 C7 0 5C 2 14 12E 55 2B
Octal 314 20 307 0 134 2 24 456 125 53
Binary 11001100 10000 11000111 0 1011100 10 10100 100101110 1010101 101011

Color Harmonies of #CC10C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10C7

Black with #CC10C7

Text Example


Text Example

White with #CC10C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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