Html Css Color HEX #C10397 Medium Violet Red

📋 copy color: '#C10397'

red 193 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #C10397

Tints of Medium Violet Red #C10397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 55.62%
G = 0.86%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C10397 (or 0xC10397) is known color: Medium Violet Red. HEX triplet: C1, 03 and 97. RGB value is (193,3,151). Sum of RGB (Red+Green+Blue) = 193+3+151=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C10397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10397 is #3EFC68. Grayscale: #4C4C4C. Windows color (decimal): -4127849 or 9896897. OLE color: 9896897.

HSL color Cylindrical-coordinate representation of color #C10397: hue angle of 313.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10397 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 151 -
CMYK 0 0.98 0.22 0.24
HSL 313.26º 0.97% 0.38% -
HSV(B) 313.26º 0.98% 0.76% -
XYZ 27.61 13.64 30.46 -
YUV 76.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 193 3 151 0 0.98 0.22 0.24 313.26 0.97 0.38
Hex C1 3 97 0 62 16 18 139 61 26
Octal 301 3 227 0 142 26 30 471 141 46
Binary 11000001 11 10010111 0 1100010 10110 11000 100111001 1100001 100110

Color Harmonies of #C10397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10397

Black with #C10397

Text Example


Text Example

White with #C10397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10397; }

 p { color: rgb(193,3,151); }

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

background-color css

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

 a { background-color: rgb(193,3,151); }

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

border-color css

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

 span { border-color: rgb(193,3,151); }

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