Html Css Color HEX #C10DBA Deep Magenta

📋 copy color: '#C10DBA'

red 193 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #C10DBA

Tints of Deep Magenta #C10DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.32%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 49.23%
G = 3.32%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C10DBA (or 0xC10DBA) is known color: Deep Magenta. HEX triplet: C1, 0D and BA. RGB value is (193,13,186). Sum of RGB (Red+Green+Blue) = 193+13+186=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DBA is #3EF245. Grayscale: #565656. Windows color (decimal): -4125254 or 12193217. OLE color: 12193217.

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

Color convert

RGB 193 13 186 -
CMYK 0 0.93 0.04 0.24
HSL 302.33º 0.87% 0.4% -
HSV(B) 302.33º 0.93% 0.76% -
XYZ 31 15.17 47.75 -
YUV 86.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 193 13 186 0 0.93 0.04 0.24 302.33 0.87 0.4
Hex C1 D BA 0 5D 4 18 12E 57 28
Octal 301 15 272 0 135 4 30 456 127 50
Binary 11000001 1101 10111010 0 1011101 100 11000 100101110 1010111 101000

Color Harmonies of #C10DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DBA

Black with #C10DBA

Text Example


Text Example

White with #C10DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DBA; }

 p { color: rgb(193,13,186); }

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

background-color css

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

 a { background-color: rgb(193,13,186); }

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

border-color css

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

 span { border-color: rgb(193,13,186); }

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