Html Css Color HEX #C10FAF Deep Magenta

📋 copy color: '#C10FAF'

red 193 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #C10FAF

Tints of Deep Magenta #C10FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 50.39%
G = 3.92%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C10FAF (or 0xC10FAF) is known color: Deep Magenta. HEX triplet: C1, 0F and AF. RGB value is (193,15,175). Sum of RGB (Red+Green+Blue) = 193+15+175=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10FAF is #3EF050. Grayscale: #565656. Windows color (decimal): -4124753 or 11472833. OLE color: 11472833.

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

Color convert

RGB 193 15 175 -
CMYK 0 0.92 0.09 0.24
HSL 306.07º 0.86% 0.41% -
HSV(B) 306.07º 0.92% 0.76% -
XYZ 29.9 14.77 41.83 -
YUV 86.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 193 15 175 0 0.92 0.09 0.24 306.07 0.86 0.41
Hex C1 F AF 0 5C 9 18 132 56 29
Octal 301 17 257 0 134 11 30 462 126 51
Binary 11000001 1111 10101111 0 1011100 1001 11000 100110010 1010110 101001

Color Harmonies of #C10FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FAF

Black with #C10FAF

Text Example


Text Example

White with #C10FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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