Html Css Color HEX #C10DB8 Deep Magenta

📋 copy color: '#C10DB8'

red 193 ◦ green 13 ◦ blue 184

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

Shades of Deep Magenta #C10DB8

Tints of Deep Magenta #C10DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.18%

R = 49.49%
G = 3.33%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C10DB8 (or 0xC10DB8) is known color: Deep Magenta. HEX triplet: C1, 0D and B8. RGB value is (193,13,184). Sum of RGB (Red+Green+Blue) = 193+13+184=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DB8 is #3EF247. Grayscale: #555555. Windows color (decimal): -4125256 or 12062145. OLE color: 12062145.

HSL color Cylindrical-coordinate representation of color #C10DB8: hue angle of 303º 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 #C10DB8 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 13 184 -
CMYK 0 0.93 0.05 0.24
HSL 303º 0.87% 0.4% -
HSV(B) 303º 0.93% 0.76% -
XYZ 30.79 15.09 46.64 -
YUV 86.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 193 13 184 0 0.93 0.05 0.24 303 0.87 0.4
Hex C1 D B8 0 5D 5 18 12F 57 28
Octal 301 15 270 0 135 5 30 457 127 50
Binary 11000001 1101 10111000 0 1011101 101 11000 100101111 1010111 101000

Color Harmonies of #C10DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DB8

Black with #C10DB8

Text Example


Text Example

White with #C10DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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