Html Css Color HEX #C110CD Deep Magenta

📋 copy color: '#C110CD'

red 193 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #C110CD

Tints of Deep Magenta #C110CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 46.62%
G = 3.86%
B = 49.52%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C110CD (or 0xC110CD) is known color: Deep Magenta. HEX triplet: C1, 10 and CD. RGB value is (193,16,205). Sum of RGB (Red+Green+Blue) = 193+16+205=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C110CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110CD is #3EEF32. Grayscale: #595959. Windows color (decimal): -4124467 or 13439169. OLE color: 13439169.

HSL color Cylindrical-coordinate representation of color #C110CD: hue angle of 296.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110CD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 16 205 -
CMYK 0.06 0.92 0 0.20
HSL 296.19º 0.86% 0.43% -
HSV(B) 296.19º 0.92% 0.8% -
XYZ 33.2 16.12 59.12 -
YUV 90.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 193 16 205 0.06 0.92 0 0.20 296.19 0.86 0.43
Hex C1 10 CD 6 5C 0 14 128 56 2B
Octal 301 20 315 6 134 0 24 450 126 53
Binary 11000001 10000 11001101 110 1011100 0 10100 100101000 1010110 101011

Color Harmonies of #C110CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110CD

Black with #C110CD

Text Example


Text Example

White with #C110CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110CD; }

 p { color: rgb(193,16,205); }

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

background-color css

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

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

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

border-color css

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

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

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