Html Css Color HEX #C13481 Medium Red Violet

📋 copy color: '#C13481'

red 193 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #C13481

Tints of Medium Red Violet #C13481

RGB

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

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

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

R = 51.6%
G = 13.9%
B = 34.49%

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

#C13481 (or 0xC13481) is known color: Medium Red Violet. HEX triplet: C1, 34 and 81. RGB value is (193,52,129). Sum of RGB (Red+Green+Blue) = 193+52+129=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C13481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13481 is #3ECB7E. Grayscale: #666666. Windows color (decimal): -4115327 or 8467649. OLE color: 8467649.

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

Color convert

RGB 193 52 129 -
CMYK 0 0.73 0.33 0.24
HSL 327.23º 0.58% 0.48% -
HSV(B) 327.23º 0.73% 0.76% -
XYZ 27.18 15.38 22.3 -
YUV 102.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 193 52 129 0 0.73 0.33 0.24 327.23 0.58 0.48
Hex C1 34 81 0 49 21 18 147 3A 30
Octal 301 64 201 0 111 41 30 507 72 60
Binary 11000001 110100 10000001 0 1001001 100001 11000 101000111 111010 110000

Color Harmonies of #C13481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13481

Black with #C13481

Text Example


Text Example

White with #C13481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13481; }

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

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

background-color css

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

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

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

border-color css

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

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

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