Html Css Color HEX #C01ACB Deep Magenta

📋 copy color: '#C01ACB'

red 192 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #C01ACB

Tints of Deep Magenta #C01ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 45.61%
G = 6.18%
B = 48.22%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01ACB (or 0xC01ACB) is known color: Deep Magenta. HEX triplet: C0, 1A and CB. RGB value is (192,26,203). Sum of RGB (Red+Green+Blue) = 192+26+203=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #C01ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ACB is #3FE534. Grayscale: #5F5F5F. Windows color (decimal): -4187445 or 13310656. OLE color: 13310656.

HSL color Cylindrical-coordinate representation of color #C01ACB: hue angle of 296.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01ACB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 26 203 -
CMYK 0.05 0.87 0 0.20
HSL 296.27º 0.77% 0.45% -
HSV(B) 296.27º 0.87% 0.8% -
XYZ 32.89 16.26 57.9 -
YUV 95.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 192 26 203 0.05 0.87 0 0.20 296.27 0.77 0.45
Hex C0 1A CB 5 57 0 14 128 4D 2D
Octal 300 32 313 5 127 0 24 450 115 55
Binary 11000000 11010 11001011 101 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #C01ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ACB

Black with #C01ACB

Text Example


Text Example

White with #C01ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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