Html Css Color HEX #C104B0 Deep Magenta

📋 copy color: '#C104B0'

red 193 ◦ green 4 ◦ blue 176

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

Shades of Deep Magenta #C104B0

Tints of Deep Magenta #C104B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.18%

R = 51.74%
G = 1.07%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C104B0 (or 0xC104B0) is known color: Deep Magenta. HEX triplet: C1, 04 and B0. RGB value is (193,4,176). Sum of RGB (Red+Green+Blue) = 193+4+176=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C104B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C104B0 is #3EFB4F. Grayscale: #4F4F4F. Windows color (decimal): -4127568 or 11535553. OLE color: 11535553.

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

Color convert

RGB 193 4 176 -
CMYK 0 0.98 0.09 0.24
HSL 305.4º 0.96% 0.39% -
HSV(B) 305.4º 0.98% 0.76% -
XYZ 29.87 14.56 42.31 -
YUV 80.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 193 4 176 0 0.98 0.09 0.24 305.4 0.96 0.39
Hex C1 4 B0 0 62 9 18 131 60 27
Octal 301 4 260 0 142 11 30 461 140 47
Binary 11000001 100 10110000 0 1100010 1001 11000 100110001 1100000 100111

Color Harmonies of #C104B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104B0

Black with #C104B0

Text Example


Text Example

White with #C104B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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