Html Css Color HEX #C01ADD Deep Magenta

📋 copy color: '#C01ADD'

red 192 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #C01ADD

Tints of Deep Magenta #C01ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.92%

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

R = 43.74%
G = 5.92%
B = 50.34%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C01ADD (or 0xC01ADD) is known color: Deep Magenta. HEX triplet: C0, 1A and DD. RGB value is (192,26,221). Sum of RGB (Red+Green+Blue) = 192+26+221=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #C01ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ADD is #3FE522. Grayscale: #616161. Windows color (decimal): -4187427 or 14490304. OLE color: 14490304.

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

Color convert

RGB 192 26 221 -
CMYK 0.13 0.88 0 0.13
HSL 291.08º 0.79% 0.48% -
HSV(B) 291.08º 0.88% 0.87% -
XYZ 35.16 17.17 69.87 -
YUV 97.86 197.5 195.14 -
System Red Green Blue C M Y K H S L
Decimal 192 26 221 0.13 0.88 0 0.13 291.08 0.79 0.48
Hex C0 1A DD D 58 0 D 123 4F 30
Octal 300 32 335 15 130 0 15 443 117 60
Binary 11000000 11010 11011101 1101 1011000 0 1101 100100011 1001111 110000

Color Harmonies of #C01ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ADD

Black with #C01ADD

Text Example


Text Example

White with #C01ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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