Html Css Color HEX #C10F84 Medium Violet Red

📋 copy color: '#C10F84'

red 193 ◦ green 15 ◦ blue 132

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

Shades of Medium Violet Red #C10F84

Tints of Medium Violet Red #C10F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 56.76%
G = 4.41%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10F84 (or 0xC10F84) is known color: Medium Violet Red. HEX triplet: C1, 0F and 84. RGB value is (193,15,132). Sum of RGB (Red+Green+Blue) = 193+15+132=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F84 is #3EF07B. Grayscale: #515151. Windows color (decimal): -4124796 or 8654785. OLE color: 8654785.

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

Color convert

RGB 193 15 132 -
CMYK 0 0.92 0.32 0.24
HSL 320.56º 0.86% 0.41% -
HSV(B) 320.56º 0.92% 0.76% -
XYZ 26.33 13.35 23.02 -
YUV 81.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 193 15 132 0 0.92 0.32 0.24 320.56 0.86 0.41
Hex C1 F 84 0 5C 20 18 141 56 29
Octal 301 17 204 0 134 40 30 501 126 51
Binary 11000001 1111 10000100 0 1011100 100000 11000 101000001 1010110 101001

Color Harmonies of #C10F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F84

Black with #C10F84

Text Example


Text Example

White with #C10F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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