Html Css Color HEX #CC07DC Deep Magenta

📋 copy color: '#CC07DC'

red 204 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #CC07DC

Tints of Deep Magenta #CC07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 47.33%
G = 1.62%
B = 51.04%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC07DC (or 0xCC07DC) is known color: Deep Magenta. HEX triplet: CC, 07 and DC. RGB value is (204,7,220). Sum of RGB (Red+Green+Blue) = 204+7+220=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07DC is #33F823. Grayscale: #595959. Windows color (decimal): -3405860 or 14419916. OLE color: 14419916.

HSL color Cylindrical-coordinate representation of color #CC07DC: hue angle of 295.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07DC is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 7 220 -
CMYK 0.07 0.97 0 0.14
HSL 295.49º 0.94% 0.45% -
HSV(B) 295.49º 0.97% 0.86% -
XYZ 37.9 18.16 69.22 -
YUV 90.19 201.27 209.18 -
System Red Green Blue C M Y K H S L
Decimal 204 7 220 0.07 0.97 0 0.14 295.49 0.94 0.45
Hex CC 7 DC 7 61 0 E 127 5E 2D
Octal 314 7 334 7 141 0 16 447 136 55
Binary 11001100 111 11011100 111 1100001 0 1110 100100111 1011110 101101

Color Harmonies of #CC07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07DC

Black with #CC07DC

Text Example


Text Example

White with #CC07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07DC; }

 p { color: rgb(204,7,220); }

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

background-color css

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

 a { background-color: rgb(204,7,220); }

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

border-color css

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

 span { border-color: rgb(204,7,220); }

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