Html Css Color HEX #C12786 Medium Red Violet

📋 copy color: '#C12786'

red 193 ◦ green 39 ◦ blue 134

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

Shades of Medium Red Violet #C12786

Tints of Medium Red Violet #C12786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 52.73%
G = 10.66%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C12786 (or 0xC12786) is known color: Medium Red Violet. HEX triplet: C1, 27 and 86. RGB value is (193,39,134). Sum of RGB (Red+Green+Blue) = 193+39+134=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C12786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12786 is #3ED879. Grayscale: #5F5F5F. Windows color (decimal): -4118650 or 8792001. OLE color: 8792001.

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

Color convert

RGB 193 39 134 -
CMYK 0 0.80 0.31 0.24
HSL 322.99º 0.66% 0.45% -
HSV(B) 322.99º 0.8% 0.76% -
XYZ 27.02 14.51 23.93 -
YUV 95.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 193 39 134 0 0.80 0.31 0.24 322.99 0.66 0.45
Hex C1 27 86 0 50 1F 18 143 42 2D
Octal 301 47 206 0 120 37 30 503 102 55
Binary 11000001 100111 10000110 0 1010000 11111 11000 101000011 1000010 101101

Color Harmonies of #C12786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12786

Black with #C12786

Text Example


Text Example

White with #C12786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12786; }

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

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

background-color css

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

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

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

border-color css

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

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

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