Html Css Color HEX #C103A7 Deep Magenta

📋 copy color: '#C103A7'

red 193 ◦ green 3 ◦ blue 167

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

Shades of Deep Magenta #C103A7

Tints of Deep Magenta #C103A7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 53.17%
G = 0.83%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C103A7 (or 0xC103A7) is known color: Deep Magenta. HEX triplet: C1, 03 and A7. RGB value is (193,3,167). Sum of RGB (Red+Green+Blue) = 193+3+167=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C103A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103A7 is #3EFC58. Grayscale: #4E4E4E. Windows color (decimal): -4127833 or 10945473. OLE color: 10945473.

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

Color convert

RGB 193 3 167 -
CMYK 0 0.98 0.13 0.24
HSL 308.21º 0.97% 0.38% -
HSV(B) 308.21º 0.98% 0.76% -
XYZ 29 14.19 37.77 -
YUV 78.51 177.95 209.66 -
System Red Green Blue C M Y K H S L
Decimal 193 3 167 0 0.98 0.13 0.24 308.21 0.97 0.38
Hex C1 3 A7 0 62 D 18 134 61 26
Octal 301 3 247 0 142 15 30 464 141 46
Binary 11000001 11 10100111 0 1100010 1101 11000 100110100 1100001 100110

Color Harmonies of #C103A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103A7

Black with #C103A7

Text Example


Text Example

White with #C103A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103A7; }

 p { color: rgb(193,3,167); }

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

background-color css

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

 a { background-color: rgb(193,3,167); }

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

border-color css

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

 span { border-color: rgb(193,3,167); }

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