Html Css Color HEX #C01EDD Deep Magenta

📋 copy color: '#C01EDD'

red 192 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #C01EDD

Tints of Deep Magenta #C01EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 43.34%
G = 6.77%
B = 49.89%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C01EDD (or 0xC01EDD) is known color: Deep Magenta. HEX triplet: C0, 1E and DD. RGB value is (192,30,221). Sum of RGB (Red+Green+Blue) = 192+30+221=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #C01EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EDD is #3FE122. Grayscale: #636363. Windows color (decimal): -4186403 or 14491328. OLE color: 14491328.

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

Color convert

RGB 192 30 221 -
CMYK 0.13 0.86 0 0.13
HSL 290.89º 0.76% 0.49% -
HSV(B) 290.89º 0.86% 0.87% -
XYZ 35.25 17.36 69.9 -
YUV 100.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 192 30 221 0.13 0.86 0 0.13 290.89 0.76 0.49
Hex C0 1E DD D 56 0 D 123 4C 31
Octal 300 36 335 15 126 0 15 443 114 61
Binary 11000000 11110 11011101 1101 1010110 0 1101 100100011 1001100 110001

Color Harmonies of #C01EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EDD

Black with #C01EDD

Text Example


Text Example

White with #C01EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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