Html Css Color HEX #C13692 Medium Red Violet

📋 copy color: '#C13692'

red 193 ◦ green 54 ◦ blue 146

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

Shades of Medium Red Violet #C13692

Tints of Medium Red Violet #C13692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.74%

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 49.11%
G = 13.74%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C13692 (or 0xC13692) is known color: Medium Red Violet. HEX triplet: C1, 36 and 92. RGB value is (193,54,146). Sum of RGB (Red+Green+Blue) = 193+54+146=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C13692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13692 is #3EC96D. Grayscale: #696969. Windows color (decimal): -4114798 or 9582273. OLE color: 9582273.

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

Color convert

RGB 193 54 146 -
CMYK 0 0.72 0.24 0.24
HSL 320.29º 0.56% 0.48% -
HSV(B) 320.29º 0.72% 0.76% -
XYZ 28.5 16.05 28.79 -
YUV 106.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 193 54 146 0 0.72 0.24 0.24 320.29 0.56 0.48
Hex C1 36 92 0 48 18 18 140 38 30
Octal 301 66 222 0 110 30 30 500 70 60
Binary 11000001 110110 10010010 0 1001000 11000 11000 101000000 111000 110000

Color Harmonies of #C13692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13692

Black with #C13692

Text Example


Text Example

White with #C13692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13692; }

 p { color: rgb(193,54,146); }

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

background-color css

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

 a { background-color: rgb(193,54,146); }

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

border-color css

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

 span { border-color: rgb(193,54,146); }

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