Html Css Color HEX #C10DCF Deep Magenta

📋 copy color: '#C10DCF'

red 193 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #C10DCF

Tints of Deep Magenta #C10DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 46.73%
G = 3.15%
B = 50.12%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C10DCF (or 0xC10DCF) is known color: Deep Magenta. HEX triplet: C1, 0D and CF. RGB value is (193,13,207). Sum of RGB (Red+Green+Blue) = 193+13+207=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #C10DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DCF is #3EF230. Grayscale: #585858. Windows color (decimal): -4125233 or 13569473. OLE color: 13569473.

HSL color Cylindrical-coordinate representation of color #C10DCF: hue angle of 295.67º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DCF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 13 207 -
CMYK 0.07 0.94 0 0.19
HSL 295.67º 0.88% 0.43% -
HSV(B) 295.67º 0.94% 0.81% -
XYZ 33.4 16.13 60.38 -
YUV 88.94 194.63 202.23 -
System Red Green Blue C M Y K H S L
Decimal 193 13 207 0.07 0.94 0 0.19 295.67 0.88 0.43
Hex C1 D CF 7 5E 0 13 128 58 2B
Octal 301 15 317 7 136 0 23 450 130 53
Binary 11000001 1101 11001111 111 1011110 0 10011 100101000 1011000 101011

Color Harmonies of #C10DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DCF

Black with #C10DCF

Text Example


Text Example

White with #C10DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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