Html Css Color HEX #C01CBA Deep Magenta

📋 copy color: '#C01CBA'

red 192 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #C01CBA

Tints of Deep Magenta #C01CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

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

R = 47.29%
G = 6.9%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C01CBA (or 0xC01CBA) is known color: Deep Magenta. HEX triplet: C0, 1C and BA. RGB value is (192,28,186). Sum of RGB (Red+Green+Blue) = 192+28+186=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CBA is #3FE345. Grayscale: #5E5E5E. Windows color (decimal): -4186950 or 12197056. OLE color: 12197056.

HSL color Cylindrical-coordinate representation of color #C01CBA: hue angle of 302.2º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CBA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 186 -
CMYK 0 0.85 0.03 0.25
HSL 302.2º 0.75% 0.43% -
HSV(B) 302.2º 0.85% 0.75% -
XYZ 31.02 15.58 47.83 -
YUV 95.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 192 28 186 0 0.85 0.03 0.25 302.2 0.75 0.43
Hex C0 1C BA 0 55 3 19 12E 4B 2B
Octal 300 34 272 0 125 3 31 456 113 53
Binary 11000000 11100 10111010 0 1010101 11 11001 100101110 1001011 101011

Color Harmonies of #C01CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CBA

Black with #C01CBA

Text Example


Text Example

White with #C01CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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