Html Css Color HEX #C001BA Deep Magenta

📋 copy color: '#C001BA'

red 192 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #C001BA

Tints of Deep Magenta #C001BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 50.66%
G = 0.26%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C001BA (or 0xC001BA) is known color: Deep Magenta. HEX triplet: C0, 01 and BA. RGB value is (192,1,186). Sum of RGB (Red+Green+Blue) = 192+1+186=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C001BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001BA is #3FFE45. Grayscale: #4E4E4E. Windows color (decimal): -4193862 or 12190144. OLE color: 12190144.

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

Color convert

RGB 192 1 186 -
CMYK 0 0.99 0.03 0.25
HSL 301.88º 0.99% 0.38% -
HSV(B) 301.88º 0.99% 0.75% -
XYZ 30.61 14.77 47.69 -
YUV 79.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 192 1 186 0 0.99 0.03 0.25 301.88 0.99 0.38
Hex C0 1 BA 0 63 3 19 12E 63 26
Octal 300 1 272 0 143 3 31 456 143 46
Binary 11000000 1 10111010 0 1100011 11 11001 100101110 1100011 100110

Color Harmonies of #C001BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001BA

Black with #C001BA

Text Example


Text Example

White with #C001BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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