Html Css Color HEX #C12571 Medium Red Violet

📋 copy color: '#C12571'

red 193 ◦ green 37 ◦ blue 113

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

Shades of Medium Red Violet #C12571

Tints of Medium Red Violet #C12571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 56.27%
G = 10.79%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12571 (or 0xC12571) is known color: Medium Red Violet. HEX triplet: C1, 25 and 71. RGB value is (193,37,113). Sum of RGB (Red+Green+Blue) = 193+37+113=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C12571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12571 is #3EDA8E. Grayscale: #5C5C5C. Windows color (decimal): -4119183 or 7415233. OLE color: 7415233.

HSL color Cylindrical-coordinate representation of color #C12571: hue angle of 330.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12571 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 113 -
CMYK 0 0.81 0.41 0.24
HSL 330.77º 0.68% 0.45% -
HSV(B) 330.77º 0.81% 0.76% -
XYZ 25.63 13.85 16.95 -
YUV 92.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 193 37 113 0 0.81 0.41 0.24 330.77 0.68 0.45
Hex C1 25 71 0 51 29 18 14B 44 2D
Octal 301 45 161 0 121 51 30 513 104 55
Binary 11000001 100101 1110001 0 1010001 101001 11000 101001011 1000100 101101

Color Harmonies of #C12571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12571

Black with #C12571

Text Example


Text Example

White with #C12571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12571; }

 p { color: rgb(193,37,113); }

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

background-color css

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

 a { background-color: rgb(193,37,113); }

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

border-color css

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

 span { border-color: rgb(193,37,113); }

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