Html Css Color HEX #C104BA Deep Magenta

📋 copy color: '#C104BA'

red 193 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #C104BA

Tints of Deep Magenta #C104BA

RGB

 RED value IS 193 (75.78% from 255) = 50.39%

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 50.39%
G = 1.04%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C104BA (or 0xC104BA) is known color: Deep Magenta. HEX triplet: C1, 04 and BA. RGB value is (193,4,186). Sum of RGB (Red+Green+Blue) = 193+4+186=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C104BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104BA is #3EFB45. Grayscale: #505050. Windows color (decimal): -4127558 or 12190913. OLE color: 12190913.

HSL color Cylindrical-coordinate representation of color #C104BA: hue angle of 302.22º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104BA is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 186 -
CMYK 0 0.98 0.04 0.24
HSL 302.22º 0.96% 0.39% -
HSV(B) 302.22º 0.98% 0.76% -
XYZ 30.9 14.97 47.72 -
YUV 81.26 187.12 207.7 -
System Red Green Blue C M Y K H S L
Decimal 193 4 186 0 0.98 0.04 0.24 302.22 0.96 0.39
Hex C1 4 BA 0 62 4 18 12E 60 27
Octal 301 4 272 0 142 4 30 456 140 47
Binary 11000001 100 10111010 0 1100010 100 11000 100101110 1100000 100111

Color Harmonies of #C104BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104BA

Black with #C104BA

Text Example


Text Example

White with #C104BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104BA; }

 p { color: rgb(193,4,186); }

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

background-color css

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

 a { background-color: rgb(193,4,186); }

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

border-color css

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

 span { border-color: rgb(193,4,186); }

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