Html Css Color HEX #C01ADB Deep Magenta

📋 copy color: '#C01ADB'

red 192 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #C01ADB

Tints of Deep Magenta #C01ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 43.94%
G = 5.95%
B = 50.11%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C01ADB (or 0xC01ADB) is known color: Deep Magenta. HEX triplet: C0, 1A and DB. RGB value is (192,26,219). Sum of RGB (Red+Green+Blue) = 192+26+219=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C01ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ADB is #3FE524. Grayscale: #616161. Windows color (decimal): -4187429 or 14359232. OLE color: 14359232.

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

Color convert

RGB 192 26 219 -
CMYK 0.12 0.88 0 0.14
HSL 291.61º 0.79% 0.48% -
HSV(B) 291.61º 0.88% 0.86% -
XYZ 34.89 17.06 68.47 -
YUV 97.64 196.5 195.31 -
System Red Green Blue C M Y K H S L
Decimal 192 26 219 0.12 0.88 0 0.14 291.61 0.79 0.48
Hex C0 1A DB C 58 0 E 124 4F 30
Octal 300 32 333 14 130 0 16 444 117 60
Binary 11000000 11010 11011011 1100 1011000 0 1110 100100100 1001111 110000

Color Harmonies of #C01ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ADB

Black with #C01ADB

Text Example


Text Example

White with #C01ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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