Html Css Color HEX #C13294 Medium Red Violet

📋 copy color: '#C13294'

red 193 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #C13294

Tints of Medium Red Violet #C13294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.79%

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 49.36%
G = 12.79%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C13294 (or 0xC13294) is known color: Medium Red Violet. HEX triplet: C1, 32 and 94. RGB value is (193,50,148). Sum of RGB (Red+Green+Blue) = 193+50+148=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C13294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13294 is #3ECD6B. Grayscale: #676767. Windows color (decimal): -4115820 or 9712321. OLE color: 9712321.

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

Color convert

RGB 193 50 148 -
CMYK 0 0.74 0.23 0.24
HSL 318.88º 0.59% 0.48% -
HSV(B) 318.88º 0.74% 0.76% -
XYZ 28.48 15.76 29.56 -
YUV 103.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 193 50 148 0 0.74 0.23 0.24 318.88 0.59 0.48
Hex C1 32 94 0 4A 17 18 13F 3B 30
Octal 301 62 224 0 112 27 30 477 73 60
Binary 11000001 110010 10010100 0 1001010 10111 11000 100111111 111011 110000

Color Harmonies of #C13294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13294

Black with #C13294

Text Example


Text Example

White with #C13294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13294; }

 p { color: rgb(193,50,148); }

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

background-color css

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

 a { background-color: rgb(193,50,148); }

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

border-color css

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

 span { border-color: rgb(193,50,148); }

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