Html Css Color HEX #C10F98 Medium Violet Red

📋 copy color: '#C10F98'

red 193 ◦ green 15 ◦ blue 152

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

Shades of Medium Violet Red #C10F98

Tints of Medium Violet Red #C10F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 53.61%
G = 4.17%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10F98 (or 0xC10F98) is known color: Medium Violet Red. HEX triplet: C1, 0F and 98. RGB value is (193,15,152). Sum of RGB (Red+Green+Blue) = 193+15+152=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F98 is #3EF067. Grayscale: #535353. Windows color (decimal): -4124776 or 9965505. OLE color: 9965505.

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

Color convert

RGB 193 15 152 -
CMYK 0 0.92 0.21 0.24
HSL 313.82º 0.86% 0.41% -
HSV(B) 313.82º 0.92% 0.76% -
XYZ 27.83 13.95 30.93 -
YUV 83.84 166.47 205.86 -
System Red Green Blue C M Y K H S L
Decimal 193 15 152 0 0.92 0.21 0.24 313.82 0.86 0.41
Hex C1 F 98 0 5C 15 18 13A 56 29
Octal 301 17 230 0 134 25 30 472 126 51
Binary 11000001 1111 10011000 0 1011100 10101 11000 100111010 1010110 101001

Color Harmonies of #C10F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F98

Black with #C10F98

Text Example


Text Example

White with #C10F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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