Html Css Color HEX #C12776 Medium Red Violet

📋 copy color: '#C12776'

red 193 ◦ green 39 ◦ blue 118

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

Shades of Medium Red Violet #C12776

Tints of Medium Red Violet #C12776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 55.14%
G = 11.14%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C12776 (or 0xC12776) is known color: Medium Red Violet. HEX triplet: C1, 27 and 76. RGB value is (193,39,118). Sum of RGB (Red+Green+Blue) = 193+39+118=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C12776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12776 is #3ED889. Grayscale: #5D5D5D. Windows color (decimal): -4118666 or 7743425. OLE color: 7743425.

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

Color convert

RGB 193 39 118 -
CMYK 0 0.80 0.39 0.24
HSL 329.22º 0.66% 0.45% -
HSV(B) 329.22º 0.8% 0.76% -
XYZ 25.99 14.1 18.49 -
YUV 94.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 193 39 118 0 0.80 0.39 0.24 329.22 0.66 0.45
Hex C1 27 76 0 50 27 18 149 42 2D
Octal 301 47 166 0 120 47 30 511 102 55
Binary 11000001 100111 1110110 0 1010000 100111 11000 101001001 1000010 101101

Color Harmonies of #C12776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12776

Black with #C12776

Text Example


Text Example

White with #C12776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12776; }

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

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

background-color css

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

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

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

border-color css

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

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

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