Html Css Color HEX #CC07CD Deep Magenta

📋 copy color: '#CC07CD'

red 204 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #CC07CD

Tints of Deep Magenta #CC07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 49.04%
G = 1.68%
B = 49.28%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC07CD (or 0xCC07CD) is known color: Deep Magenta. HEX triplet: CC, 07 and CD. RGB value is (204,7,205). Sum of RGB (Red+Green+Blue) = 204+7+205=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC07CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07CD is #33F832. Grayscale: #575757. Windows color (decimal): -3405875 or 13436876. OLE color: 13436876.

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

Color convert

RGB 204 7 205 -
CMYK 0.00 0.97 0 0.20
HSL 299.7º 0.93% 0.42% -
HSV(B) 299.7º 0.97% 0.8% -
XYZ 36 17.4 59.22 -
YUV 88.48 193.77 210.4 -
System Red Green Blue C M Y K H S L
Decimal 204 7 205 0.00 0.97 0 0.20 299.7 0.93 0.42
Hex CC 7 CD 0 61 0 14 12C 5D 2A
Octal 314 7 315 0 141 0 24 454 135 52
Binary 11001100 111 11001101 0 1100001 0 10100 100101100 1011101 101010

Color Harmonies of #CC07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07CD

Black with #CC07CD

Text Example


Text Example

White with #CC07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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