Html Css Color HEX #C10DBB Deep Magenta

📋 copy color: '#C10DBB'

red 193 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #C10DBB

Tints of Deep Magenta #C10DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 49.11%
G = 3.31%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C10DBB (or 0xC10DBB) is known color: Deep Magenta. HEX triplet: C1, 0D and BB. RGB value is (193,13,187). Sum of RGB (Red+Green+Blue) = 193+13+187=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DBB is #3EF244. Grayscale: #565656. Windows color (decimal): -4125253 or 12258753. OLE color: 12258753.

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

Color convert

RGB 193 13 187 -
CMYK 0 0.93 0.03 0.24
HSL 302º 0.87% 0.4% -
HSV(B) 302º 0.93% 0.76% -
XYZ 31.11 15.21 48.31 -
YUV 86.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 193 13 187 0 0.93 0.03 0.24 302 0.87 0.4
Hex C1 D BB 0 5D 3 18 12E 57 28
Octal 301 15 273 0 135 3 30 456 127 50
Binary 11000001 1101 10111011 0 1011101 11 11000 100101110 1010111 101000

Color Harmonies of #C10DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DBB

Black with #C10DBB

Text Example


Text Example

White with #C10DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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