Html Css Color HEX #C10FC0 Deep Magenta

📋 copy color: '#C10FC0'

red 193 ◦ green 15 ◦ blue 192

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

Shades of Deep Magenta #C10FC0

Tints of Deep Magenta #C10FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48%

R = 48.25%
G = 3.75%
B = 48%

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

#C10FC0 (or 0xC10FC0) is known color: Deep Magenta. HEX triplet: C1, 0F and C0. RGB value is (193,15,192). Sum of RGB (Red+Green+Blue) = 193+15+192=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FC0 is #3EF03F. Grayscale: #575757. Windows color (decimal): -4124736 or 12586945. OLE color: 12586945.

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

Color convert

RGB 193 15 192 -
CMYK 0 0.92 0.01 0.24
HSL 300.34º 0.86% 0.41% -
HSV(B) 300.34º 0.92% 0.76% -
XYZ 31.68 15.48 51.19 -
YUV 88.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 193 15 192 0 0.92 0.01 0.24 300.34 0.86 0.41
Hex C1 F C0 0 5C 1 18 12C 56 29
Octal 301 17 300 0 134 1 30 454 126 51
Binary 11000001 1111 11000000 0 1011100 1 11000 100101100 1010110 101001

Color Harmonies of #C10FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FC0

Black with #C10FC0

Text Example


Text Example

White with #C10FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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