Html Css Color HEX #CC07CE Deep Magenta

📋 copy color: '#CC07CE'

red 204 ◦ green 7 ◦ blue 206

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

Shades of Deep Magenta #CC07CE

Tints of Deep Magenta #CC07CE

RGB

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

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

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

R = 48.92%
G = 1.68%
B = 49.4%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC07CE (or 0xCC07CE) is known color: Deep Magenta. HEX triplet: CC, 07 and CE. RGB value is (204,7,206). Sum of RGB (Red+Green+Blue) = 204+7+206=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC07CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07CE is #33F831. Grayscale: #575757. Windows color (decimal): -3405874 or 13502412. OLE color: 13502412.

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

Color convert

RGB 204 7 206 -
CMYK 0.01 0.97 0 0.19
HSL 299.4º 0.93% 0.42% -
HSV(B) 299.4º 0.97% 0.81% -
XYZ 36.12 17.45 59.86 -
YUV 88.59 194.27 210.32 -
System Red Green Blue C M Y K H S L
Decimal 204 7 206 0.01 0.97 0 0.19 299.4 0.93 0.42
Hex CC 7 CE 1 61 0 13 12B 5D 2A
Octal 314 7 316 1 141 0 23 453 135 52
Binary 11001100 111 11001110 1 1100001 0 10011 100101011 1011101 101010

Color Harmonies of #CC07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07CE

Black with #CC07CE

Text Example


Text Example

White with #CC07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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