Html Css Color HEX #C10FBF Deep Magenta

📋 copy color: '#C10FBF'

red 193 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #C10FBF

Tints of Deep Magenta #C10FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 48.37%
G = 3.76%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C10FBF (or 0xC10FBF) is known color: Deep Magenta. HEX triplet: C1, 0F and BF. RGB value is (193,15,191). Sum of RGB (Red+Green+Blue) = 193+15+191=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FBF is #3EF040. Grayscale: #575757. Windows color (decimal): -4124737 or 12521409. OLE color: 12521409.

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

Color convert

RGB 193 15 191 -
CMYK 0 0.92 0.01 0.24
HSL 300.67º 0.86% 0.41% -
HSV(B) 300.67º 0.92% 0.76% -
XYZ 31.57 15.44 50.61 -
YUV 88.29 185.97 202.69 -
System Red Green Blue C M Y K H S L
Decimal 193 15 191 0 0.92 0.01 0.24 300.67 0.86 0.41
Hex C1 F BF 0 5C 1 18 12D 56 29
Octal 301 17 277 0 134 1 30 455 126 51
Binary 11000001 1111 10111111 0 1011100 1 11000 100101101 1010110 101001

Color Harmonies of #C10FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FBF

Black with #C10FBF

Text Example


Text Example

White with #C10FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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