Html Css Color HEX #C01ADF Deep Magenta

📋 copy color: '#C01ADF'

red 192 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #C01ADF

Tints of Deep Magenta #C01ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 43.54%
G = 5.9%
B = 50.57%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C01ADF (or 0xC01ADF) is known color: Deep Magenta. HEX triplet: C0, 1A and DF. RGB value is (192,26,223). Sum of RGB (Red+Green+Blue) = 192+26+223=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C01ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ADF is #3FE520. Grayscale: #616161. Windows color (decimal): -4187425 or 14621376. OLE color: 14621376.

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

Color convert

RGB 192 26 223 -
CMYK 0.14 0.88 0 0.13
HSL 290.56º 0.79% 0.49% -
HSV(B) 290.56º 0.88% 0.87% -
XYZ 35.43 17.27 71.28 -
YUV 98.09 198.5 194.98 -
System Red Green Blue C M Y K H S L
Decimal 192 26 223 0.14 0.88 0 0.13 290.56 0.79 0.49
Hex C0 1A DF E 58 0 D 123 4F 31
Octal 300 32 337 16 130 0 15 443 117 61
Binary 11000000 11010 11011111 1110 1011000 0 1101 100100011 1001111 110001

Color Harmonies of #C01ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ADF

Black with #C01ADF

Text Example


Text Example

White with #C01ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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