Html Css Color HEX #C10EB0 Deep Magenta

📋 copy color: '#C10EB0'

red 193 ◦ green 14 ◦ blue 176

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

Shades of Deep Magenta #C10EB0

Tints of Deep Magenta #C10EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 50.39%
G = 3.66%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C10EB0 (or 0xC10EB0) is known color: Deep Magenta. HEX triplet: C1, 0E and B0. RGB value is (193,14,176). Sum of RGB (Red+Green+Blue) = 193+14+176=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EB0 is #3EF14F. Grayscale: #555555. Windows color (decimal): -4125008 or 11538113. OLE color: 11538113.

HSL color Cylindrical-coordinate representation of color #C10EB0: hue angle of 305.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 176 -
CMYK 0 0.93 0.09 0.24
HSL 305.7º 0.86% 0.41% -
HSV(B) 305.7º 0.93% 0.76% -
XYZ 29.99 14.79 42.35 -
YUV 85.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 193 14 176 0 0.93 0.09 0.24 305.7 0.86 0.41
Hex C1 E B0 0 5D 9 18 132 56 29
Octal 301 16 260 0 135 11 30 462 126 51
Binary 11000001 1110 10110000 0 1011101 1001 11000 100110010 1010110 101001

Color Harmonies of #C10EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EB0

Black with #C10EB0

Text Example


Text Example

White with #C10EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EB0; }

 p { color: rgb(193,14,176); }

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

background-color css

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

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

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

border-color css

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

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

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