Html Css Color HEX #C10FAC Deep Magenta

📋 copy color: '#C10FAC'

red 193 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #C10FAC

Tints of Deep Magenta #C10FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 50.79%
G = 3.95%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C10FAC (or 0xC10FAC) is known color: Deep Magenta. HEX triplet: C1, 0F and AC. RGB value is (193,15,172). Sum of RGB (Red+Green+Blue) = 193+15+172=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10FAC is #3EF053. Grayscale: #555555. Windows color (decimal): -4124756 or 11276225. OLE color: 11276225.

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

Color convert

RGB 193 15 172 -
CMYK 0 0.92 0.11 0.24
HSL 307.08º 0.86% 0.41% -
HSV(B) 307.08º 0.92% 0.76% -
XYZ 29.61 14.66 40.3 -
YUV 86.12 176.47 204.23 -
System Red Green Blue C M Y K H S L
Decimal 193 15 172 0 0.92 0.11 0.24 307.08 0.86 0.41
Hex C1 F AC 0 5C B 18 133 56 29
Octal 301 17 254 0 134 13 30 463 126 51
Binary 11000001 1111 10101100 0 1011100 1011 11000 100110011 1010110 101001

Color Harmonies of #C10FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FAC

Black with #C10FAC

Text Example


Text Example

White with #C10FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FAC; }

 p { color: rgb(193,15,172); }

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

background-color css

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

 a { background-color: rgb(193,15,172); }

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

border-color css

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

 span { border-color: rgb(193,15,172); }

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