Html Css Color HEX #C12679 Medium Red Violet

📋 copy color: '#C12679'

red 193 ◦ green 38 ◦ blue 121

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

Shades of Medium Red Violet #C12679

Tints of Medium Red Violet #C12679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 54.83%
G = 10.8%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C12679 (or 0xC12679) is known color: Medium Red Violet. HEX triplet: C1, 26 and 79. RGB value is (193,38,121). Sum of RGB (Red+Green+Blue) = 193+38+121=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C12679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12679 is #3ED986. Grayscale: #5D5D5D. Windows color (decimal): -4118919 or 7939777. OLE color: 7939777.

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

Color convert

RGB 193 38 121 -
CMYK 0 0.80 0.37 0.24
HSL 327.87º 0.67% 0.45% -
HSV(B) 327.87º 0.8% 0.76% -
XYZ 26.14 14.1 19.43 -
YUV 93.81 143.35 198.75 -
System Red Green Blue C M Y K H S L
Decimal 193 38 121 0 0.80 0.37 0.24 327.87 0.67 0.45
Hex C1 26 79 0 50 25 18 148 43 2D
Octal 301 46 171 0 120 45 30 510 103 55
Binary 11000001 100110 1111001 0 1010000 100101 11000 101001000 1000011 101101

Color Harmonies of #C12679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12679

Black with #C12679

Text Example


Text Example

White with #C12679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12679; }

 p { color: rgb(193,38,121); }

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

background-color css

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

 a { background-color: rgb(193,38,121); }

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

border-color css

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

 span { border-color: rgb(193,38,121); }

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