Html Css Color HEX #C13485 Medium Red Violet

📋 copy color: '#C13485'

red 193 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #C13485

Tints of Medium Red Violet #C13485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 51.06%
G = 13.76%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C13485 (or 0xC13485) is known color: Medium Red Violet. HEX triplet: C1, 34 and 85. RGB value is (193,52,133). Sum of RGB (Red+Green+Blue) = 193+52+133=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C13485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13485 is #3ECB7A. Grayscale: #676767. Windows color (decimal): -4115323 or 8729793. OLE color: 8729793.

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

Color convert

RGB 193 52 133 -
CMYK 0 0.73 0.31 0.24
HSL 325.53º 0.58% 0.48% -
HSV(B) 325.53º 0.73% 0.76% -
XYZ 27.45 15.49 23.73 -
YUV 103.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 193 52 133 0 0.73 0.31 0.24 325.53 0.58 0.48
Hex C1 34 85 0 49 1F 18 146 3A 30
Octal 301 64 205 0 111 37 30 506 72 60
Binary 11000001 110100 10000101 0 1001001 11111 11000 101000110 111010 110000

Color Harmonies of #C13485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13485

Black with #C13485

Text Example


Text Example

White with #C13485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13485; }

 p { color: rgb(193,52,133); }

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

background-color css

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

 a { background-color: rgb(193,52,133); }

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

border-color css

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

 span { border-color: rgb(193,52,133); }

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