Html Css Color HEX #C01ABA Deep Magenta

📋 copy color: '#C01ABA'

red 192 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #C01ABA

Tints of Deep Magenta #C01ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 47.52%
G = 6.44%
B = 46.04%

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

#C01ABA (or 0xC01ABA) is known color: Deep Magenta. HEX triplet: C0, 1A and BA. RGB value is (192,26,186). Sum of RGB (Red+Green+Blue) = 192+26+186=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C01ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ABA is #3FE545. Grayscale: #5D5D5D. Windows color (decimal): -4187462 or 12196544. OLE color: 12196544.

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

Color convert

RGB 192 26 186 -
CMYK 0 0.86 0.03 0.25
HSL 302.17º 0.76% 0.43% -
HSV(B) 302.17º 0.86% 0.75% -
XYZ 30.97 15.49 47.81 -
YUV 93.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 192 26 186 0 0.86 0.03 0.25 302.17 0.76 0.43
Hex C0 1A BA 0 56 3 19 12E 4C 2B
Octal 300 32 272 0 126 3 31 456 114 53
Binary 11000000 11010 10111010 0 1010110 11 11001 100101110 1001100 101011

Color Harmonies of #C01ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ABA

Black with #C01ABA

Text Example


Text Example

White with #C01ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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