Html Css Color HEX #C01ABD Deep Magenta

📋 copy color: '#C01ABD'

red 192 ◦ green 26 ◦ blue 189

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

Shades of Deep Magenta #C01ABD

Tints of Deep Magenta #C01ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 47.17%
G = 6.39%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C01ABD (or 0xC01ABD) is known color: Deep Magenta. HEX triplet: C0, 1A and BD. RGB value is (192,26,189). Sum of RGB (Red+Green+Blue) = 192+26+189=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C01ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ABD is #3FE542. Grayscale: #5D5D5D. Windows color (decimal): -4187459 or 12393152. OLE color: 12393152.

HSL color Cylindrical-coordinate representation of color #C01ABD: hue angle of 301.08º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01ABD is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 189 -
CMYK 0 0.86 0.02 0.25
HSL 301.08º 0.76% 0.43% -
HSV(B) 301.08º 0.86% 0.75% -
XYZ 31.29 15.62 49.51 -
YUV 94.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 192 26 189 0 0.86 0.02 0.25 301.08 0.76 0.43
Hex C0 1A BD 0 56 2 19 12D 4C 2B
Octal 300 32 275 0 126 2 31 455 114 53
Binary 11000000 11010 10111101 0 1010110 10 11001 100101101 1001100 101011

Color Harmonies of #C01ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ABD

Black with #C01ABD

Text Example


Text Example

White with #C01ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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