Html Css Color HEX #C105E0 Deep Magenta

📋 copy color: '#C105E0'

red 193 ◦ green 5 ◦ blue 224

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

Shades of Deep Magenta #C105E0

Tints of Deep Magenta #C105E0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 45.73%
G = 1.18%
B = 53.08%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C105E0 (or 0xC105E0) is known color: Deep Magenta. HEX triplet: C1, 05 and E0. RGB value is (193,5,224). Sum of RGB (Red+Green+Blue) = 193+5+224=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #C105E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105E0 is #3EFA1F. Grayscale: #555555. Windows color (decimal): -4127264 or 14681537. OLE color: 14681537.

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

Color convert

RGB 193 5 224 -
CMYK 0.14 0.98 0 0.12
HSL 291.51º 0.96% 0.45% -
HSV(B) 291.51º 0.98% 0.88% -
XYZ 35.5 16.83 71.9 -
YUV 86.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 193 5 224 0.14 0.98 0 0.12 291.51 0.96 0.45
Hex C1 5 E0 E 62 0 C 124 60 2D
Octal 301 5 340 16 142 0 14 444 140 55
Binary 11000001 101 11100000 1110 1100010 0 1100 100100100 1100000 101101

Color Harmonies of #C105E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105E0

Black with #C105E0

Text Example


Text Example

White with #C105E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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