Html Css Color HEX #C13096 Medium Red Violet

📋 copy color: '#C13096'

red 193 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #C13096

Tints of Medium Red Violet #C13096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 49.36%
G = 12.28%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C13096 (or 0xC13096) is known color: Medium Red Violet. HEX triplet: C1, 30 and 96. RGB value is (193,48,150). Sum of RGB (Red+Green+Blue) = 193+48+150=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C13096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13096 is #3ECF69. Grayscale: #666666. Windows color (decimal): -4116330 or 9842881. OLE color: 9842881.

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

Color convert

RGB 193 48 150 -
CMYK 0 0.75 0.22 0.24
HSL 317.79º 0.6% 0.47% -
HSV(B) 317.79º 0.75% 0.76% -
XYZ 28.55 15.65 30.37 -
YUV 102.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 193 48 150 0 0.75 0.22 0.24 317.79 0.6 0.47
Hex C1 30 96 0 4B 16 18 13E 3C 2F
Octal 301 60 226 0 113 26 30 476 74 57
Binary 11000001 110000 10010110 0 1001011 10110 11000 100111110 111100 101111

Color Harmonies of #C13096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13096

Black with #C13096

Text Example


Text Example

White with #C13096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13096; }

 p { color: rgb(193,48,150); }

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

background-color css

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

 a { background-color: rgb(193,48,150); }

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

border-color css

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

 span { border-color: rgb(193,48,150); }

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