Html Css Color HEX #C105DC Deep Magenta

📋 copy color: '#C105DC'

red 193 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #C105DC

Tints of Deep Magenta #C105DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 46.17%
G = 1.2%
B = 52.63%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C105DC (or 0xC105DC) is known color: Deep Magenta. HEX triplet: C1, 05 and DC. RGB value is (193,5,220). Sum of RGB (Red+Green+Blue) = 193+5+220=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #C105DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105DC is #3EFA23. Grayscale: #555555. Windows color (decimal): -4127268 or 14419393. OLE color: 14419393.

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

Color convert

RGB 193 5 220 -
CMYK 0.12 0.98 0 0.14
HSL 292.47º 0.96% 0.44% -
HSV(B) 292.47º 0.98% 0.86% -
XYZ 34.96 16.61 69.07 -
YUV 85.72 203.78 204.52 -
System Red Green Blue C M Y K H S L
Decimal 193 5 220 0.12 0.98 0 0.14 292.47 0.96 0.44
Hex C1 5 DC C 62 0 E 124 60 2C
Octal 301 5 334 14 142 0 16 444 140 54
Binary 11000001 101 11011100 1100 1100010 0 1110 100100100 1100000 101100

Color Harmonies of #C105DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105DC

Black with #C105DC

Text Example


Text Example

White with #C105DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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