Html Css Color HEX #C13C7C Medium Red Violet

📋 copy color: '#C13C7C'

red 193 ◦ green 60 ◦ blue 124

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

Shades of Medium Red Violet #C13C7C

Tints of Medium Red Violet #C13C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 51.19%
G = 15.92%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C13C7C (or 0xC13C7C) is known color: Medium Red Violet. HEX triplet: C1, 3C and 7C. RGB value is (193,60,124). Sum of RGB (Red+Green+Blue) = 193+60+124=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C7C is #3EC383. Grayscale: #6A6A6A. Windows color (decimal): -4113284 or 8142017. OLE color: 8142017.

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

Color convert

RGB 193 60 124 -
CMYK 0 0.69 0.36 0.24
HSL 331.13º 0.53% 0.5% -
HSV(B) 331.13º 0.69% 0.76% -
XYZ 27.25 16.02 20.73 -
YUV 107.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 193 60 124 0 0.69 0.36 0.24 331.13 0.53 0.5
Hex C1 3C 7C 0 45 24 18 14B 35 32
Octal 301 74 174 0 105 44 30 513 65 62
Binary 11000001 111100 1111100 0 1000101 100100 11000 101001011 110101 110010

Color Harmonies of #C13C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C7C

Black with #C13C7C

Text Example


Text Example

White with #C13C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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