Html Css Color HEX #C13581 Medium Red Violet

📋 copy color: '#C13581'

red 193 ◦ green 53 ◦ blue 129

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

Shades of Medium Red Violet #C13581

Tints of Medium Red Violet #C13581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 51.47%
G = 14.13%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C13581 (or 0xC13581) is known color: Medium Red Violet. HEX triplet: C1, 35 and 81. RGB value is (193,53,129). Sum of RGB (Red+Green+Blue) = 193+53+129=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C13581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13581 is #3ECA7E. Grayscale: #676767. Windows color (decimal): -4115071 or 8467905. OLE color: 8467905.

HSL color Cylindrical-coordinate representation of color #C13581: hue angle of 327.43º degrees, saturation: 0.57, 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 #C13581 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 129 -
CMYK 0 0.73 0.33 0.24
HSL 327.43º 0.57% 0.48% -
HSV(B) 327.43º 0.73% 0.76% -
XYZ 27.23 15.47 22.32 -
YUV 103.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 193 53 129 0 0.73 0.33 0.24 327.43 0.57 0.48
Hex C1 35 81 0 49 21 18 147 39 30
Octal 301 65 201 0 111 41 30 507 71 60
Binary 11000001 110101 10000001 0 1001001 100001 11000 101000111 111001 110000

Color Harmonies of #C13581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13581

Black with #C13581

Text Example


Text Example

White with #C13581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13581; }

 p { color: rgb(193,53,129); }

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

background-color css

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

 a { background-color: rgb(193,53,129); }

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

border-color css

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

 span { border-color: rgb(193,53,129); }

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