Html Css Color HEX #C01AD7 Deep Magenta

📋 copy color: '#C01AD7'

red 192 ◦ green 26 ◦ blue 215

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

Shades of Deep Magenta #C01AD7

Tints of Deep Magenta #C01AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.65%

R = 44.34%
G = 6%
B = 49.65%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C01AD7 (or 0xC01AD7) is known color: Deep Magenta. HEX triplet: C0, 1A and D7. RGB value is (192,26,215). Sum of RGB (Red+Green+Blue) = 192+26+215=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #C01AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AD7 is #3FE528. Grayscale: #606060. Windows color (decimal): -4187433 or 14097088. OLE color: 14097088.

HSL color Cylindrical-coordinate representation of color #C01AD7: hue angle of 292.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01AD7 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 26 215 -
CMYK 0.11 0.88 0 0.16
HSL 292.7º 0.78% 0.47% -
HSV(B) 292.7º 0.88% 0.84% -
XYZ 34.37 16.85 65.73 -
YUV 97.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 192 26 215 0.11 0.88 0 0.16 292.7 0.78 0.47
Hex C0 1A D7 B 58 0 10 125 4E 2F
Octal 300 32 327 13 130 0 20 445 116 57
Binary 11000000 11010 11010111 1011 1011000 0 10000 100100101 1001110 101111

Color Harmonies of #C01AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AD7

Black with #C01AD7

Text Example


Text Example

White with #C01AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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