Html Css Color HEX #C1279D Medium Red Violet

📋 copy color: '#C1279D'

red 193 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #C1279D

Tints of Medium Red Violet #C1279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 49.61%
G = 10.03%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1279D (or 0xC1279D) is known color: Medium Red Violet. HEX triplet: C1, 27 and 9D. RGB value is (193,39,157). Sum of RGB (Red+Green+Blue) = 193+39+157=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1279D is #3ED862. Grayscale: #626262. Windows color (decimal): -4118627 or 10299329. OLE color: 10299329.

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

Color convert

RGB 193 39 157 -
CMYK 0 0.80 0.19 0.24
HSL 314.03º 0.66% 0.45% -
HSV(B) 314.03º 0.8% 0.76% -
XYZ 28.8 15.22 33.32 -
YUV 98.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 193 39 157 0 0.80 0.19 0.24 314.03 0.66 0.45
Hex C1 27 9D 0 50 13 18 13A 42 2D
Octal 301 47 235 0 120 23 30 472 102 55
Binary 11000001 100111 10011101 0 1010000 10011 11000 100111010 1000010 101101

Color Harmonies of #C1279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1279D

Black with #C1279D

Text Example


Text Example

White with #C1279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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