Html Css Color HEX #C12787 Medium Red Violet

📋 copy color: '#C12787'

red 193 ◦ green 39 ◦ blue 135

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

Shades of Medium Red Violet #C12787

Tints of Medium Red Violet #C12787

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.63%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 52.59%
G = 10.63%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C12787 (or 0xC12787) is known color: Medium Red Violet. HEX triplet: C1, 27 and 87. RGB value is (193,39,135). Sum of RGB (Red+Green+Blue) = 193+39+135=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C12787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12787 is #3ED878. Grayscale: #5F5F5F. Windows color (decimal): -4118649 or 8857537. OLE color: 8857537.

HSL color Cylindrical-coordinate representation of color #C12787: hue angle of 322.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12787 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 135 -
CMYK 0 0.80 0.30 0.24
HSL 322.6º 0.66% 0.45% -
HSV(B) 322.6º 0.8% 0.76% -
XYZ 27.09 14.54 24.3 -
YUV 95.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 193 39 135 0 0.80 0.30 0.24 322.6 0.66 0.45
Hex C1 27 87 0 50 1E 18 143 42 2D
Octal 301 47 207 0 120 36 30 503 102 55
Binary 11000001 100111 10000111 0 1010000 11110 11000 101000011 1000010 101101

Color Harmonies of #C12787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12787

Black with #C12787

Text Example


Text Example

White with #C12787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12787; }

 p { color: rgb(193,39,135); }

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

background-color css

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

 a { background-color: rgb(193,39,135); }

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

border-color css

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

 span { border-color: rgb(193,39,135); }

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