Html Css Color HEX #C103E0 Deep Magenta

📋 copy color: '#C103E0'

red 193 ◦ green 3 ◦ blue 224

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

Shades of Deep Magenta #C103E0

Tints of Deep Magenta #C103E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 45.95%
G = 0.71%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C103E0 (or 0xC103E0) is known color: Deep Magenta. HEX triplet: C1, 03 and E0. RGB value is (193,3,224). Sum of RGB (Red+Green+Blue) = 193+3+224=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #C103E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103E0 is #3EFC1F. Grayscale: #545454. Windows color (decimal): -4127776 or 14681025. OLE color: 14681025.

HSL color Cylindrical-coordinate representation of color #C103E0: hue angle of 291.58º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103E0 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 3 224 -
CMYK 0.14 0.99 0 0.12
HSL 291.58º 0.97% 0.45% -
HSV(B) 291.58º 0.99% 0.88% -
XYZ 35.48 16.78 71.89 -
YUV 85 206.45 205.03 -
System Red Green Blue C M Y K H S L
Decimal 193 3 224 0.14 0.99 0 0.12 291.58 0.97 0.45
Hex C1 3 E0 E 63 0 C 124 61 2D
Octal 301 3 340 16 143 0 14 444 141 55
Binary 11000001 11 11100000 1110 1100011 0 1100 100100100 1100001 101101

Color Harmonies of #C103E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103E0

Black with #C103E0

Text Example


Text Example

White with #C103E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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