Html Css Color HEX #C10DCB Deep Magenta

📋 copy color: '#C10DCB'

red 193 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #C10DCB

Tints of Deep Magenta #C10DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 47.19%
G = 3.18%
B = 49.63%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C10DCB (or 0xC10DCB) is known color: Deep Magenta. HEX triplet: C1, 0D and CB. RGB value is (193,13,203). Sum of RGB (Red+Green+Blue) = 193+13+203=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #C10DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DCB is #3EF234. Grayscale: #575757. Windows color (decimal): -4125237 or 13307329. OLE color: 13307329.

HSL color Cylindrical-coordinate representation of color #C10DCB: hue angle of 296.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DCB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 13 203 -
CMYK 0.05 0.94 0 0.20
HSL 296.84º 0.88% 0.42% -
HSV(B) 296.84º 0.94% 0.8% -
XYZ 32.92 15.94 57.84 -
YUV 88.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 193 13 203 0.05 0.94 0 0.20 296.84 0.88 0.42
Hex C1 D CB 5 5E 0 14 129 58 2A
Octal 301 15 313 5 136 0 24 451 130 52
Binary 11000001 1101 11001011 101 1011110 0 10100 100101001 1011000 101010

Color Harmonies of #C10DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DCB

Black with #C10DCB

Text Example


Text Example

White with #C10DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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