Html Css Color HEX #C13690 Medium Red Violet

📋 copy color: '#C13690'

red 193 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #C13690

Tints of Medium Red Violet #C13690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 49.36%
G = 13.81%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C13690 (or 0xC13690) is known color: Medium Red Violet. HEX triplet: C1, 36 and 90. RGB value is (193,54,144). Sum of RGB (Red+Green+Blue) = 193+54+144=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C13690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13690 is #3EC96F. Grayscale: #696969. Windows color (decimal): -4114800 or 9451201. OLE color: 9451201.

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

Color convert

RGB 193 54 144 -
CMYK 0 0.72 0.25 0.24
HSL 321.15º 0.56% 0.48% -
HSV(B) 321.15º 0.72% 0.76% -
XYZ 28.35 15.99 27.98 -
YUV 105.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 193 54 144 0 0.72 0.25 0.24 321.15 0.56 0.48
Hex C1 36 90 0 48 19 18 141 38 30
Octal 301 66 220 0 110 31 30 501 70 60
Binary 11000001 110110 10010000 0 1001000 11001 11000 101000001 111000 110000

Color Harmonies of #C13690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13690

Black with #C13690

Text Example


Text Example

White with #C13690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13690; }

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

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

background-color css

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

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

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

border-color css

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

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

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