Html Css Color HEX #CC0DE5 Deep Magenta

📋 copy color: '#CC0DE5'

red 204 ◦ green 13 ◦ blue 229

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

Shades of Deep Magenta #CC0DE5

Tints of Deep Magenta #CC0DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.35%

R = 45.74%
G = 2.91%
B = 51.35%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC0DE5 (or 0xCC0DE5) is known color: Deep Magenta. HEX triplet: CC, 0D and E5. RGB value is (204,13,229). Sum of RGB (Red+Green+Blue) = 204+13+229=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC0DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DE5 is #33F21A. Grayscale: #5E5E5E. Windows color (decimal): -3404315 or 15011276. OLE color: 15011276.

HSL color Cylindrical-coordinate representation of color #CC0DE5: hue angle of 293.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DE5 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 13 229 -
CMYK 0.11 0.94 0 0.10
HSL 293.06º 0.89% 0.47% -
HSV(B) 293.06º 0.94% 0.9% -
XYZ 39.19 18.78 75.69 -
YUV 94.73 203.78 205.94 -
System Red Green Blue C M Y K H S L
Decimal 204 13 229 0.11 0.94 0 0.10 293.06 0.89 0.47
Hex CC D E5 B 5E 0 A 125 59 2F
Octal 314 15 345 13 136 0 12 445 131 57
Binary 11001100 1101 11100101 1011 1011110 0 1010 100100101 1011001 101111

Color Harmonies of #CC0DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DE5

Black with #CC0DE5

Text Example


Text Example

White with #CC0DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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