Html Css Color HEX #C10ECB Deep Magenta

📋 copy color: '#C10ECB'

red 193 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #C10ECB

Tints of Deep Magenta #C10ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 47.07%
G = 3.41%
B = 49.51%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C10ECB (or 0xC10ECB) is known color: Deep Magenta. HEX triplet: C1, 0E and CB. RGB value is (193,14,203). Sum of RGB (Red+Green+Blue) = 193+14+203=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C10ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ECB is #3EF134. Grayscale: #585858. Windows color (decimal): -4124981 or 13307585. OLE color: 13307585.

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

Color convert

RGB 193 14 203 -
CMYK 0.05 0.93 0 0.20
HSL 296.83º 0.87% 0.43% -
HSV(B) 296.83º 0.93% 0.8% -
XYZ 32.93 15.96 57.85 -
YUV 89.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 193 14 203 0.05 0.93 0 0.20 296.83 0.87 0.43
Hex C1 E CB 5 5D 0 14 129 57 2B
Octal 301 16 313 5 135 0 24 451 127 53
Binary 11000001 1110 11001011 101 1011101 0 10100 100101001 1010111 101011

Color Harmonies of #C10ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ECB

Black with #C10ECB

Text Example


Text Example

White with #C10ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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