Html Css Color HEX #C13497 Medium Red Violet

📋 copy color: '#C13497'

red 193 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #C13497

Tints of Medium Red Violet #C13497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 48.74%
G = 13.13%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C13497 (or 0xC13497) is known color: Medium Red Violet. HEX triplet: C1, 34 and 97. RGB value is (193,52,151). Sum of RGB (Red+Green+Blue) = 193+52+151=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C13497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13497 is #3ECB68. Grayscale: #696969. Windows color (decimal): -4115305 or 9909441. OLE color: 9909441.

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

Color convert

RGB 193 52 151 -
CMYK 0 0.73 0.22 0.24
HSL 317.87º 0.58% 0.48% -
HSV(B) 317.87º 0.73% 0.76% -
XYZ 28.81 16.03 30.85 -
YUV 105.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 193 52 151 0 0.73 0.22 0.24 317.87 0.58 0.48
Hex C1 34 97 0 49 16 18 13E 3A 30
Octal 301 64 227 0 111 26 30 476 72 60
Binary 11000001 110100 10010111 0 1001001 10110 11000 100111110 111010 110000

Color Harmonies of #C13497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13497

Black with #C13497

Text Example


Text Example

White with #C13497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13497; }

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

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

background-color css

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

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

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

border-color css

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

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

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