Html Css Color HEX #C13C81 Medium Red Violet

📋 copy color: '#C13C81'

red 193 ◦ green 60 ◦ blue 129

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

Shades of Medium Red Violet #C13C81

Tints of Medium Red Violet #C13C81

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.71%

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

R = 50.52%
G = 15.71%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C13C81 (or 0xC13C81) is known color: Medium Red Violet. HEX triplet: C1, 3C and 81. RGB value is (193,60,129). Sum of RGB (Red+Green+Blue) = 193+60+129=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13C81 is #3EC37E. Grayscale: #6B6B6B. Windows color (decimal): -4113279 or 8469697. OLE color: 8469697.

HSL color Cylindrical-coordinate representation of color #C13C81: hue angle of 328.87º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C81 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 60 129 -
CMYK 0 0.69 0.33 0.24
HSL 328.87º 0.53% 0.5% -
HSV(B) 328.87º 0.69% 0.76% -
XYZ 27.57 16.15 22.43 -
YUV 107.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 193 60 129 0 0.69 0.33 0.24 328.87 0.53 0.5
Hex C1 3C 81 0 45 21 18 149 35 32
Octal 301 74 201 0 105 41 30 511 65 62
Binary 11000001 111100 10000001 0 1000101 100001 11000 101001001 110101 110010

Color Harmonies of #C13C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C81

Black with #C13C81

Text Example


Text Example

White with #C13C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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