Html Css Color HEX #C104C6 Deep Magenta

📋 copy color: '#C104C6'

red 193 ◦ green 4 ◦ blue 198

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

Shades of Deep Magenta #C104C6

Tints of Deep Magenta #C104C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 48.86%
G = 1.01%
B = 50.13%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C104C6 (or 0xC104C6) is known color: Deep Magenta. HEX triplet: C1, 04 and C6. RGB value is (193,4,198). Sum of RGB (Red+Green+Blue) = 193+4+198=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #C104C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104C6 is #3EFB39. Grayscale: #525252. Windows color (decimal): -4127546 or 12977345. OLE color: 12977345.

HSL color Cylindrical-coordinate representation of color #C104C6: hue angle of 298.45º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104C6 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 4 198 -
CMYK 0.03 0.98 0 0.22
HSL 298.45º 0.96% 0.4% -
HSV(B) 298.45º 0.98% 0.78% -
XYZ 32.23 15.5 54.72 -
YUV 82.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 193 4 198 0.03 0.98 0 0.22 298.45 0.96 0.4
Hex C1 4 C6 3 62 0 16 12A 60 28
Octal 301 4 306 3 142 0 26 452 140 50
Binary 11000001 100 11000110 11 1100010 0 10110 100101010 1100000 101000

Color Harmonies of #C104C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104C6

Black with #C104C6

Text Example


Text Example

White with #C104C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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