Html Css Color HEX #C12570 Medium Red Violet

📋 copy color: '#C12570'

red 193 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #C12570

Tints of Medium Red Violet #C12570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 56.43%
G = 10.82%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C12570 (or 0xC12570) is known color: Medium Red Violet. HEX triplet: C1, 25 and 70. RGB value is (193,37,112). Sum of RGB (Red+Green+Blue) = 193+37+112=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12570 is #3EDA8F. Grayscale: #5C5C5C. Windows color (decimal): -4119184 or 7349697. OLE color: 7349697.

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

Color convert

RGB 193 37 112 -
CMYK 0 0.81 0.42 0.24
HSL 331.15º 0.68% 0.45% -
HSV(B) 331.15º 0.81% 0.76% -
XYZ 25.58 13.83 16.65 -
YUV 92.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 193 37 112 0 0.81 0.42 0.24 331.15 0.68 0.45
Hex C1 25 70 0 51 2A 18 14B 44 2D
Octal 301 45 160 0 121 52 30 513 104 55
Binary 11000001 100101 1110000 0 1010001 101010 11000 101001011 1000100 101101

Color Harmonies of #C12570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12570

Black with #C12570

Text Example


Text Example

White with #C12570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12570; }

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

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

background-color css

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

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

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

border-color css

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

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

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