Html Css Color HEX #C01ABC Deep Magenta

📋 copy color: '#C01ABC'

red 192 ◦ green 26 ◦ blue 188

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

Shades of Deep Magenta #C01ABC

Tints of Deep Magenta #C01ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 47.29%
G = 6.4%
B = 46.31%

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

#C01ABC (or 0xC01ABC) is known color: Deep Magenta. HEX triplet: C0, 1A and BC. RGB value is (192,26,188). Sum of RGB (Red+Green+Blue) = 192+26+188=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C01ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ABC is #3FE543. Grayscale: #5D5D5D. Windows color (decimal): -4187460 or 12327616. OLE color: 12327616.

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

Color convert

RGB 192 26 188 -
CMYK 0 0.86 0.02 0.25
HSL 301.45º 0.76% 0.43% -
HSV(B) 301.45º 0.86% 0.75% -
XYZ 31.18 15.58 48.94 -
YUV 94.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 192 26 188 0 0.86 0.02 0.25 301.45 0.76 0.43
Hex C0 1A BC 0 56 2 19 12D 4C 2B
Octal 300 32 274 0 126 2 31 455 114 53
Binary 11000000 11010 10111100 0 1010110 10 11001 100101101 1001100 101011

Color Harmonies of #C01ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ABC

Black with #C01ABC

Text Example


Text Example

White with #C01ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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