Html Css Color HEX #C01ABF Deep Magenta

📋 copy color: '#C01ABF'

red 192 ◦ green 26 ◦ blue 191

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

Shades of Deep Magenta #C01ABF

Tints of Deep Magenta #C01ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 46.94%
G = 6.36%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C01ABF (or 0xC01ABF) is known color: Deep Magenta. HEX triplet: C0, 1A and BF. RGB value is (192,26,191). Sum of RGB (Red+Green+Blue) = 192+26+191=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C01ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ABF is #3FE540. Grayscale: #5D5D5D. Windows color (decimal): -4187457 or 12524224. OLE color: 12524224.

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

Color convert

RGB 192 26 191 -
CMYK 0 0.86 0.01 0.25
HSL 300.36º 0.76% 0.43% -
HSV(B) 300.36º 0.86% 0.75% -
XYZ 31.51 15.71 50.66 -
YUV 94.44 182.5 197.58 -
System Red Green Blue C M Y K H S L
Decimal 192 26 191 0 0.86 0.01 0.25 300.36 0.76 0.43
Hex C0 1A BF 0 56 1 19 12C 4C 2B
Octal 300 32 277 0 126 1 31 454 114 53
Binary 11000000 11010 10111111 0 1010110 1 11001 100101100 1001100 101011

Color Harmonies of #C01ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ABF

Black with #C01ABF

Text Example


Text Example

White with #C01ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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