Html Css Color HEX #CC07CF Deep Magenta

📋 copy color: '#CC07CF'

red 204 ◦ green 7 ◦ blue 207

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

Shades of Deep Magenta #CC07CF

Tints of Deep Magenta #CC07CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 48.8%
G = 1.67%
B = 49.52%

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

#CC07CF (or 0xCC07CF) is known color: Deep Magenta. HEX triplet: CC, 07 and CF. RGB value is (204,7,207). Sum of RGB (Red+Green+Blue) = 204+7+207=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC07CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07CF is #33F830. Grayscale: #585858. Windows color (decimal): -3405873 or 13567948. OLE color: 13567948.

HSL color Cylindrical-coordinate representation of color #CC07CF: hue angle of 299.1º 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 #CC07CF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 7 207 -
CMYK 0.01 0.97 0 0.19
HSL 299.1º 0.93% 0.42% -
HSV(B) 299.1º 0.97% 0.81% -
XYZ 36.24 17.49 60.5 -
YUV 88.7 194.77 210.24 -
System Red Green Blue C M Y K H S L
Decimal 204 7 207 0.01 0.97 0 0.19 299.1 0.93 0.42
Hex CC 7 CF 1 61 0 13 12B 5D 2A
Octal 314 7 317 1 141 0 23 453 135 52
Binary 11001100 111 11001111 1 1100001 0 10011 100101011 1011101 101010

Color Harmonies of #CC07CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07CF

Black with #CC07CF

Text Example


Text Example

White with #CC07CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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