Html Css Color HEX #C12895 Medium Red Violet

📋 copy color: '#C12895'

red 193 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #C12895

Tints of Medium Red Violet #C12895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 50.52%
G = 10.47%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12895 (or 0xC12895) is known color: Medium Red Violet. HEX triplet: C1, 28 and 95. RGB value is (193,40,149). Sum of RGB (Red+Green+Blue) = 193+40+149=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C12895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12895 is #3ED76A. Grayscale: #616161. Windows color (decimal): -4118379 or 9775297. OLE color: 9775297.

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

Color convert

RGB 193 40 149 -
CMYK 0 0.79 0.23 0.24
HSL 317.25º 0.66% 0.46% -
HSV(B) 317.25º 0.79% 0.76% -
XYZ 28.18 15.02 29.85 -
YUV 98.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 193 40 149 0 0.79 0.23 0.24 317.25 0.66 0.46
Hex C1 28 95 0 4F 17 18 13D 42 2E
Octal 301 50 225 0 117 27 30 475 102 56
Binary 11000001 101000 10010101 0 1001111 10111 11000 100111101 1000010 101110

Color Harmonies of #C12895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12895

Black with #C12895

Text Example


Text Example

White with #C12895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12895; }

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

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

background-color css

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

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

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

border-color css

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

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

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