Html Css Color HEX #C104B3 Deep Magenta

📋 copy color: '#C104B3'

red 193 ◦ green 4 ◦ blue 179

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

Shades of Deep Magenta #C104B3

Tints of Deep Magenta #C104B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 51.33%
G = 1.06%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C104B3 (or 0xC104B3) is known color: Deep Magenta. HEX triplet: C1, 04 and B3. RGB value is (193,4,179). Sum of RGB (Red+Green+Blue) = 193+4+179=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C104B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104B3 is #3EFB4C. Grayscale: #4F4F4F. Windows color (decimal): -4127565 or 11732161. OLE color: 11732161.

HSL color Cylindrical-coordinate representation of color #C104B3: hue angle of 304.44º 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 #C104B3 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 179 -
CMYK 0 0.98 0.07 0.24
HSL 304.44º 0.96% 0.39% -
HSV(B) 304.44º 0.98% 0.76% -
XYZ 30.17 14.68 43.89 -
YUV 80.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 193 4 179 0 0.98 0.07 0.24 304.44 0.96 0.39
Hex C1 4 B3 0 62 7 18 130 60 27
Octal 301 4 263 0 142 7 30 460 140 47
Binary 11000001 100 10110011 0 1100010 111 11000 100110000 1100000 100111

Color Harmonies of #C104B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104B3

Black with #C104B3

Text Example


Text Example

White with #C104B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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