Html Css Color HEX #C01AB8 Deep Magenta

📋 copy color: '#C01AB8'

red 192 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #C01AB8

Tints of Deep Magenta #C01AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.77%

R = 47.76%
G = 6.47%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C01AB8 (or 0xC01AB8) is known color: Deep Magenta. HEX triplet: C0, 1A and B8. RGB value is (192,26,184). Sum of RGB (Red+Green+Blue) = 192+26+184=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AB8 is #3FE547. Grayscale: #5D5D5D. Windows color (decimal): -4187464 or 12065472. OLE color: 12065472.

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

Color convert

RGB 192 26 184 -
CMYK 0 0.86 0.04 0.25
HSL 302.89º 0.76% 0.43% -
HSV(B) 302.89º 0.86% 0.75% -
XYZ 30.76 15.41 46.7 -
YUV 93.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 192 26 184 0 0.86 0.04 0.25 302.89 0.76 0.43
Hex C0 1A B8 0 56 4 19 12F 4C 2B
Octal 300 32 270 0 126 4 31 457 114 53
Binary 11000000 11010 10111000 0 1010110 100 11001 100101111 1001100 101011

Color Harmonies of #C01AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AB8

Black with #C01AB8

Text Example


Text Example

White with #C01AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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