Html Css Color HEX #C01ECD Deep Magenta

📋 copy color: '#C01ECD'

red 192 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #C01ECD

Tints of Deep Magenta #C01ECD

RGB

 RED value IS 192 (75.39% from 255) = 44.96%

 GREEN value IS 30 (12.11% from 255) = 7.03%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 44.96%
G = 7.03%
B = 48.01%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01ECD (or 0xC01ECD) is known color: Deep Magenta. HEX triplet: C0, 1E and CD. RGB value is (192,30,205). Sum of RGB (Red+Green+Blue) = 192+30+205=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C01ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ECD is #3FE132. Grayscale: #616161. Windows color (decimal): -4186419 or 13442752. OLE color: 13442752.

HSL color Cylindrical-coordinate representation of color #C01ECD: hue angle of 295.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01ECD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 30 205 -
CMYK 0.06 0.85 0 0.20
HSL 295.54º 0.74% 0.46% -
HSV(B) 295.54º 0.85% 0.8% -
XYZ 33.22 16.54 59.2 -
YUV 98.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 192 30 205 0.06 0.85 0 0.20 295.54 0.74 0.46
Hex C0 1E CD 6 55 0 14 128 4A 2E
Octal 300 36 315 6 125 0 24 450 112 56
Binary 11000000 11110 11001101 110 1010101 0 10100 100101000 1001010 101110

Color Harmonies of #C01ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ECD

Black with #C01ECD

Text Example


Text Example

White with #C01ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ECD; }

 p { color: rgb(192,30,205); }

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

background-color css

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

 a { background-color: rgb(192,30,205); }

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

border-color css

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

 span { border-color: rgb(192,30,205); }

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