Html Css Color HEX #C103C1 Deep Magenta

📋 copy color: '#C103C1'

red 193 ◦ green 3 ◦ blue 193

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

Shades of Deep Magenta #C103C1

Tints of Deep Magenta #C103C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 49.61%
G = 0.77%
B = 49.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C103C1 (or 0xC103C1) is known color: Deep Magenta. HEX triplet: C1, 03 and C1. RGB value is (193,3,193). Sum of RGB (Red+Green+Blue) = 193+3+193=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C103C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103C1 is #3EFC3E. Grayscale: #505050. Windows color (decimal): -4127807 or 12649409. OLE color: 12649409.

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

Color convert

RGB 193 3 193 -
CMYK 0 0.98 0 0.24
HSL 300º 0.97% 0.38% -
HSV(B) 300º 0.98% 0.76% -
XYZ 31.65 15.25 51.73 -
YUV 81.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 193 3 193 0 0.98 0 0.24 300 0.97 0.38
Hex C1 3 C1 0 62 0 18 12C 61 26
Octal 301 3 301 0 142 0 30 454 141 46
Binary 11000001 11 11000001 0 1100010 0 11000 100101100 1100001 100110

Color Harmonies of #C103C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103C1

Black with #C103C1

Text Example


Text Example

White with #C103C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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