Html Css Color HEX #C12575 Medium Red Violet

📋 copy color: '#C12575'

red 193 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #C12575

Tints of Medium Red Violet #C12575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 55.62%
G = 10.66%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C12575 (or 0xC12575) is known color: Medium Red Violet. HEX triplet: C1, 25 and 75. RGB value is (193,37,117). Sum of RGB (Red+Green+Blue) = 193+37+117=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C12575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12575 is #3EDA8A. Grayscale: #5C5C5C. Windows color (decimal): -4119179 or 7677377. OLE color: 7677377.

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

Color convert

RGB 193 37 117 -
CMYK 0 0.81 0.39 0.24
HSL 329.23º 0.68% 0.45% -
HSV(B) 329.23º 0.81% 0.76% -
XYZ 25.86 13.94 18.16 -
YUV 92.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 193 37 117 0 0.81 0.39 0.24 329.23 0.68 0.45
Hex C1 25 75 0 51 27 18 149 44 2D
Octal 301 45 165 0 121 47 30 511 104 55
Binary 11000001 100101 1110101 0 1010001 100111 11000 101001001 1000100 101101

Color Harmonies of #C12575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12575

Black with #C12575

Text Example


Text Example

White with #C12575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12575; }

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

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

background-color css

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

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

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

border-color css

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

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

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