Html Css Color HEX #C01ABB Deep Magenta

📋 copy color: '#C01ABB'

red 192 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C01ABB

Tints of Deep Magenta #C01ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 47.41%
G = 6.42%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C01ABB (or 0xC01ABB) is known color: Deep Magenta. HEX triplet: C0, 1A and BB. RGB value is (192,26,187). Sum of RGB (Red+Green+Blue) = 192+26+187=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C01ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ABB is #3FE544. Grayscale: #5D5D5D. Windows color (decimal): -4187461 or 12262080. OLE color: 12262080.

HSL color Cylindrical-coordinate representation of color #C01ABB: hue angle of 301.81º 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 #C01ABB is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 187 -
CMYK 0 0.86 0.03 0.25
HSL 301.81º 0.76% 0.43% -
HSV(B) 301.81º 0.86% 0.75% -
XYZ 31.08 15.53 48.37 -
YUV 93.99 180.5 197.91 -
System Red Green Blue C M Y K H S L
Decimal 192 26 187 0 0.86 0.03 0.25 301.81 0.76 0.43
Hex C0 1A BB 0 56 3 19 12E 4C 2B
Octal 300 32 273 0 126 3 31 456 114 53
Binary 11000000 11010 10111011 0 1010110 11 11001 100101110 1001100 101011

Color Harmonies of #C01ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ABB

Black with #C01ABB

Text Example


Text Example

White with #C01ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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