Html Css Color HEX #CD0EE5 Deep Magenta

📋 copy color: '#CD0EE5'

red 205 ◦ green 14 ◦ blue 229

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

Shades of Deep Magenta #CD0EE5

Tints of Deep Magenta #CD0EE5

RGB

 RED value IS 205 (80.47% from 255) = 45.76%

 GREEN value IS 14 (5.86% from 255) = 3.13%

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

R = 45.76%
G = 3.13%
B = 51.12%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD0EE5 (or 0xCD0EE5) is known color: Deep Magenta. HEX triplet: CD, 0E and E5. RGB value is (205,14,229). Sum of RGB (Red+Green+Blue) = 205+14+229=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD0EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0EE5 is #32F11A. Grayscale: #5E5E5E. Windows color (decimal): -3338523 or 15011533. OLE color: 15011533.

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

Color convert

RGB 205 14 229 -
CMYK 0.10 0.94 0 0.10
HSL 293.3º 0.88% 0.48% -
HSV(B) 293.3º 0.94% 0.9% -
XYZ 39.48 18.95 75.71 -
YUV 95.62 203.28 206.02 -
System Red Green Blue C M Y K H S L
Decimal 205 14 229 0.10 0.94 0 0.10 293.3 0.88 0.48
Hex CD E E5 A 5E 0 A 125 58 30
Octal 315 16 345 12 136 0 12 445 130 60
Binary 11001101 1110 11100101 1010 1011110 0 1010 100100101 1011000 110000

Color Harmonies of #CD0EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0EE5

Black with #CD0EE5

Text Example


Text Example

White with #CD0EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0EE5; }

 p { color: rgb(205,14,229); }

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

background-color css

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

 a { background-color: rgb(205,14,229); }

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

border-color css

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

 span { border-color: rgb(205,14,229); }

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