Html Css Color HEX #C12471 Medium Red Violet

📋 copy color: '#C12471'

red 193 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #C12471

Tints of Medium Red Violet #C12471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 56.43%
G = 10.53%
B = 33.04%

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

#C12471 (or 0xC12471) is known color: Medium Red Violet. HEX triplet: C1, 24 and 71. RGB value is (193,36,113). Sum of RGB (Red+Green+Blue) = 193+36+113=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12471 is #3EDB8E. Grayscale: #5B5B5B. Windows color (decimal): -4119439 or 7414977. OLE color: 7414977.

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

Color convert

RGB 193 36 113 -
CMYK 0 0.81 0.41 0.24
HSL 330.57º 0.69% 0.45% -
HSV(B) 330.57º 0.81% 0.76% -
XYZ 25.6 13.79 16.94 -
YUV 91.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 193 36 113 0 0.81 0.41 0.24 330.57 0.69 0.45
Hex C1 24 71 0 51 29 18 14B 45 2D
Octal 301 44 161 0 121 51 30 513 105 55
Binary 11000001 100100 1110001 0 1010001 101001 11000 101001011 1000101 101101

Color Harmonies of #C12471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12471

Black with #C12471

Text Example


Text Example

White with #C12471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12471; }

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

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

background-color css

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

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

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

border-color css

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

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

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