Html Css Color HEX #C10F7F Medium Violet Red

📋 copy color: '#C10F7F'

red 193 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #C10F7F

Tints of Medium Violet Red #C10F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 57.61%
G = 4.48%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C10F7F (or 0xC10F7F) is known color: Medium Violet Red. HEX triplet: C1, 0F and 7F. RGB value is (193,15,127). Sum of RGB (Red+Green+Blue) = 193+15+127=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F7F is #3EF080. Grayscale: #505050. Windows color (decimal): -4124801 or 8327105. OLE color: 8327105.

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

Color convert

RGB 193 15 127 -
CMYK 0 0.92 0.34 0.24
HSL 322.25º 0.86% 0.41% -
HSV(B) 322.25º 0.92% 0.76% -
XYZ 25.99 13.21 21.26 -
YUV 80.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 193 15 127 0 0.92 0.34 0.24 322.25 0.86 0.41
Hex C1 F 7F 0 5C 22 18 142 56 29
Octal 301 17 177 0 134 42 30 502 126 51
Binary 11000001 1111 1111111 0 1011100 100010 11000 101000010 1010110 101001

Color Harmonies of #C10F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F7F

Black with #C10F7F

Text Example


Text Example

White with #C10F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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