Html Css Color HEX #C000BA Deep Magenta

📋 copy color: '#C000BA'

red 192 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #C000BA

Tints of Deep Magenta #C000BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.79%
G = 0%
B = 49.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C000BA (or 0xC000BA) is known color: Deep Magenta. HEX triplet: C0, 00 and BA. RGB value is (192,0,186). Sum of RGB (Red+Green+Blue) = 192+0+186=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C000BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000BA is #3FFF45. Grayscale: #4E4E4E. Windows color (decimal): -4194118 or 12189888. OLE color: 12189888.

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

Color convert

RGB 192 0 186 -
CMYK 0 1 0.03 0.25
HSL 301.88º 1% 0.38% -
HSV(B) 301.88º 1% 0.75% -
XYZ 30.6 14.75 47.69 -
YUV 78.61 188.61 208.88 -
System Red Green Blue C M Y K H S L
Decimal 192 0 186 0 1 0.03 0.25 301.88 1 0.38
Hex C0 0 BA 0 64 3 19 12E 64 26
Octal 300 0 272 0 144 3 31 456 144 46
Binary 11000000 0 10111010 0 1100100 11 11001 100101110 1100100 100110

Color Harmonies of #C000BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000BA

Black with #C000BA

Text Example


Text Example

White with #C000BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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