Html Css Color HEX #CC0DDE Deep Magenta

📋 copy color: '#CC0DDE'

red 204 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #CC0DDE

Tints of Deep Magenta #CC0DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.96%

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

R = 46.47%
G = 2.96%
B = 50.57%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC0DDE (or 0xCC0DDE) is known color: Deep Magenta. HEX triplet: CC, 0D and DE. RGB value is (204,13,222). Sum of RGB (Red+Green+Blue) = 204+13+222=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC0DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDE is #33F221. Grayscale: #5D5D5D. Windows color (decimal): -3404322 or 14552524. OLE color: 14552524.

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

Color convert

RGB 204 13 222 -
CMYK 0.08 0.94 0 0.13
HSL 294.83º 0.89% 0.46% -
HSV(B) 294.83º 0.94% 0.87% -
XYZ 38.23 18.4 70.64 -
YUV 93.94 200.28 206.51 -
System Red Green Blue C M Y K H S L
Decimal 204 13 222 0.08 0.94 0 0.13 294.83 0.89 0.46
Hex CC D DE 8 5E 0 D 127 59 2E
Octal 314 15 336 10 136 0 15 447 131 56
Binary 11001100 1101 11011110 1000 1011110 0 1101 100100111 1011001 101110

Color Harmonies of #CC0DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DDE

Black with #CC0DDE

Text Example


Text Example

White with #CC0DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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