Html Css Color HEX #C13286 Medium Red Violet

📋 copy color: '#C13286'

red 193 ◦ green 50 ◦ blue 134

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

Shades of Medium Red Violet #C13286

Tints of Medium Red Violet #C13286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 51.19%
G = 13.26%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C13286 (or 0xC13286) is known color: Medium Red Violet. HEX triplet: C1, 32 and 86. RGB value is (193,50,134). Sum of RGB (Red+Green+Blue) = 193+50+134=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13286 is #3ECD79. Grayscale: #666666. Windows color (decimal): -4115834 or 8794817. OLE color: 8794817.

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

Color convert

RGB 193 50 134 -
CMYK 0 0.74 0.31 0.24
HSL 324.76º 0.59% 0.48% -
HSV(B) 324.76º 0.74% 0.76% -
XYZ 27.44 15.34 24.07 -
YUV 102.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 193 50 134 0 0.74 0.31 0.24 324.76 0.59 0.48
Hex C1 32 86 0 4A 1F 18 145 3B 30
Octal 301 62 206 0 112 37 30 505 73 60
Binary 11000001 110010 10000110 0 1001010 11111 11000 101000101 111011 110000

Color Harmonies of #C13286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13286

Black with #C13286

Text Example


Text Example

White with #C13286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13286; }

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

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

background-color css

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

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

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

border-color css

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

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

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