Html Css Color HEX #C12871 Medium Red Violet

📋 copy color: '#C12871'

red 193 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #C12871

Tints of Medium Red Violet #C12871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

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

R = 55.78%
G = 11.56%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12871 (or 0xC12871) is known color: Medium Red Violet. HEX triplet: C1, 28 and 71. RGB value is (193,40,113). Sum of RGB (Red+Green+Blue) = 193+40+113=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12871 is #3ED78E. Grayscale: #5D5D5D. Windows color (decimal): -4118415 or 7416001. OLE color: 7416001.

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

Color convert

RGB 193 40 113 -
CMYK 0 0.79 0.41 0.24
HSL 331.37º 0.66% 0.46% -
HSV(B) 331.37º 0.79% 0.76% -
XYZ 25.73 14.05 16.98 -
YUV 94.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 193 40 113 0 0.79 0.41 0.24 331.37 0.66 0.46
Hex C1 28 71 0 4F 29 18 14B 42 2E
Octal 301 50 161 0 117 51 30 513 102 56
Binary 11000001 101000 1110001 0 1001111 101001 11000 101001011 1000010 101110

Color Harmonies of #C12871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12871

Black with #C12871

Text Example


Text Example

White with #C12871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12871; }

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

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

background-color css

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

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

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

border-color css

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

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

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