Html Css Color HEX #C12573 Medium Red Violet

📋 copy color: '#C12573'

red 193 ◦ green 37 ◦ blue 115

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

Shades of Medium Red Violet #C12573

Tints of Medium Red Violet #C12573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 55.94%
G = 10.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C12573 (or 0xC12573) is known color: Medium Red Violet. HEX triplet: C1, 25 and 73. RGB value is (193,37,115). Sum of RGB (Red+Green+Blue) = 193+37+115=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C12573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12573 is #3EDA8C. Grayscale: #5C5C5C. Windows color (decimal): -4119181 or 7546305. OLE color: 7546305.

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

Color convert

RGB 193 37 115 -
CMYK 0 0.81 0.40 0.24
HSL 330º 0.68% 0.45% -
HSV(B) 330º 0.81% 0.76% -
XYZ 25.75 13.9 17.55 -
YUV 92.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 193 37 115 0 0.81 0.40 0.24 330 0.68 0.45
Hex C1 25 73 0 51 28 18 14A 44 2D
Octal 301 45 163 0 121 50 30 512 104 55
Binary 11000001 100101 1110011 0 1010001 101000 11000 101001010 1000100 101101

Color Harmonies of #C12573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12573

Black with #C12573

Text Example


Text Example

White with #C12573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12573; }

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

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

background-color css

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

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

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

border-color css

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

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

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