Html Css Color HEX #CC0FDE Deep Magenta

📋 copy color: '#CC0FDE'

red 204 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #CC0FDE

Tints of Deep Magenta #CC0FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.4%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 46.26%
G = 3.4%
B = 50.34%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC0FDE (or 0xCC0FDE) is known color: Deep Magenta. HEX triplet: CC, 0F and DE. RGB value is (204,15,222). Sum of RGB (Red+Green+Blue) = 204+15+222=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC0FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FDE is #33F021. Grayscale: #5E5E5E. Windows color (decimal): -3403810 or 14553036. OLE color: 14553036.

HSL color Cylindrical-coordinate representation of color #CC0FDE: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0FDE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 15 222 -
CMYK 0.08 0.93 0 0.13
HSL 294.78º 0.87% 0.46% -
HSV(B) 294.78º 0.93% 0.87% -
XYZ 38.26 18.45 70.65 -
YUV 95.11 199.62 205.67 -
System Red Green Blue C M Y K H S L
Decimal 204 15 222 0.08 0.93 0 0.13 294.78 0.87 0.46
Hex CC F DE 8 5D 0 D 127 57 2E
Octal 314 17 336 10 135 0 15 447 127 56
Binary 11001100 1111 11011110 1000 1011101 0 1101 100100111 1010111 101110

Color Harmonies of #CC0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FDE

Black with #CC0FDE

Text Example


Text Example

White with #CC0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FDE; }

 p { color: rgb(204,15,222); }

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

background-color css

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

 a { background-color: rgb(204,15,222); }

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

border-color css

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

 span { border-color: rgb(204,15,222); }

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