Html Css Color HEX #C10ABE Deep Magenta

📋 copy color: '#C10ABE'

red 193 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #C10ABE

Tints of Deep Magenta #C10ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 49.11%
G = 2.54%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C10ABE (or 0xC10ABE) is known color: Deep Magenta. HEX triplet: C1, 0A and BE. RGB value is (193,10,190). Sum of RGB (Red+Green+Blue) = 193+10+190=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C10ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ABE is #3EF541. Grayscale: #545454. Windows color (decimal): -4126018 or 12454593. OLE color: 12454593.

HSL color Cylindrical-coordinate representation of color #C10ABE: hue angle of 300.98º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10ABE is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 190 -
CMYK 0 0.95 0.02 0.24
HSL 300.98º 0.9% 0.4% -
HSV(B) 300.98º 0.95% 0.76% -
XYZ 31.4 15.27 50.01 -
YUV 85.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 193 10 190 0 0.95 0.02 0.24 300.98 0.9 0.4
Hex C1 A BE 0 5F 2 18 12D 5A 28
Octal 301 12 276 0 137 2 30 455 132 50
Binary 11000001 1010 10111110 0 1011111 10 11000 100101101 1011010 101000

Color Harmonies of #C10ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ABE

Black with #C10ABE

Text Example


Text Example

White with #C10ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ABE; }

 p { color: rgb(193,10,190); }

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

background-color css

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

 a { background-color: rgb(193,10,190); }

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

border-color css

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

 span { border-color: rgb(193,10,190); }

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