Html Css Color HEX #C10DC2 Deep Magenta

📋 copy color: '#C10DC2'

red 193 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #C10DC2

Tints of Deep Magenta #C10DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.5%

R = 48.25%
G = 3.25%
B = 48.5%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C10DC2 (or 0xC10DC2) is known color: Deep Magenta. HEX triplet: C1, 0D and C2. RGB value is (193,13,194). Sum of RGB (Red+Green+Blue) = 193+13+194=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #C10DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DC2 is #3EF23D. Grayscale: #565656. Windows color (decimal): -4125246 or 12717505. OLE color: 12717505.

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

Color convert

RGB 193 13 194 -
CMYK 0.01 0.93 0 0.24
HSL 299.67º 0.87% 0.41% -
HSV(B) 299.67º 0.93% 0.76% -
XYZ 31.87 15.52 52.35 -
YUV 87.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 193 13 194 0.01 0.93 0 0.24 299.67 0.87 0.41
Hex C1 D C2 1 5D 0 18 12C 57 29
Octal 301 15 302 1 135 0 30 454 127 51
Binary 11000001 1101 11000010 1 1011101 0 11000 100101100 1010111 101001

Color Harmonies of #C10DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DC2

Black with #C10DC2

Text Example


Text Example

White with #C10DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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