Html Css Color HEX #C1279E Medium Red Violet

📋 copy color: '#C1279E'

red 193 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #C1279E

Tints of Medium Red Violet #C1279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 49.49%
G = 10%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1279E (or 0xC1279E) is known color: Medium Red Violet. HEX triplet: C1, 27 and 9E. RGB value is (193,39,158). Sum of RGB (Red+Green+Blue) = 193+39+158=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1279E is #3ED861. Grayscale: #626262. Windows color (decimal): -4118626 or 10364865. OLE color: 10364865.

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

Color convert

RGB 193 39 158 -
CMYK 0 0.80 0.18 0.24
HSL 313.64º 0.66% 0.45% -
HSV(B) 313.64º 0.8% 0.76% -
XYZ 28.89 15.26 33.77 -
YUV 98.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 193 39 158 0 0.80 0.18 0.24 313.64 0.66 0.45
Hex C1 27 9E 0 50 12 18 13A 42 2D
Octal 301 47 236 0 120 22 30 472 102 55
Binary 11000001 100111 10011110 0 1010000 10010 11000 100111010 1000010 101101

Color Harmonies of #C1279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1279E

Black with #C1279E

Text Example


Text Example

White with #C1279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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