Html Css Color HEX #C01BAE Deep Magenta

📋 copy color: '#C01BAE'

red 192 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #C01BAE

Tints of Deep Magenta #C01BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 48.85%
G = 6.87%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C01BAE (or 0xC01BAE) is known color: Deep Magenta. HEX triplet: C0, 1B and AE. RGB value is (192,27,174). Sum of RGB (Red+Green+Blue) = 192+27+174=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01BAE is #3FE451. Grayscale: #5C5C5C. Windows color (decimal): -4187218 or 11410368. OLE color: 11410368.

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

Color convert

RGB 192 27 174 -
CMYK 0 0.86 0.09 0.25
HSL 306.55º 0.75% 0.43% -
HSV(B) 306.55º 0.86% 0.75% -
XYZ 29.77 15.05 41.38 -
YUV 93.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 192 27 174 0 0.86 0.09 0.25 306.55 0.75 0.43
Hex C0 1B AE 0 56 9 19 133 4B 2B
Octal 300 33 256 0 126 11 31 463 113 53
Binary 11000000 11011 10101110 0 1010110 1001 11001 100110011 1001011 101011

Color Harmonies of #C01BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BAE

Black with #C01BAE

Text Example


Text Example

White with #C01BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BAE; }

 p { color: rgb(192,27,174); }

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

background-color css

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

 a { background-color: rgb(192,27,174); }

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

border-color css

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

 span { border-color: rgb(192,27,174); }

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