Html Css Color HEX #C10BDE Deep Magenta

📋 copy color: '#C10BDE'

red 193 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #C10BDE

Tints of Deep Magenta #C10BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.58%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 45.31%
G = 2.58%
B = 52.11%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C10BDE (or 0xC10BDE) is known color: Deep Magenta. HEX triplet: C1, 0B and DE. RGB value is (193,11,222). Sum of RGB (Red+Green+Blue) = 193+11+222=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C10BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BDE is #3EF421. Grayscale: #585858. Windows color (decimal): -4125730 or 14552001. OLE color: 14552001.

HSL color Cylindrical-coordinate representation of color #C10BDE: hue angle of 291.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BDE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 11 222 -
CMYK 0.13 0.95 0 0.13
HSL 291.75º 0.91% 0.46% -
HSV(B) 291.75º 0.95% 0.87% -
XYZ 35.3 16.85 70.5 -
YUV 89.47 202.8 201.84 -
System Red Green Blue C M Y K H S L
Decimal 193 11 222 0.13 0.95 0 0.13 291.75 0.91 0.46
Hex C1 B DE D 5F 0 D 124 5B 2E
Octal 301 13 336 15 137 0 15 444 133 56
Binary 11000001 1011 11011110 1101 1011111 0 1101 100100100 1011011 101110

Color Harmonies of #C10BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BDE

Black with #C10BDE

Text Example


Text Example

White with #C10BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BDE; }

 p { color: rgb(193,11,222); }

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

background-color css

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

 a { background-color: rgb(193,11,222); }

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

border-color css

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

 span { border-color: rgb(193,11,222); }

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