Html Css Color HEX #C1279F Medium Red Violet

📋 copy color: '#C1279F'

red 193 ◦ green 39 ◦ blue 159

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

Shades of Medium Red Violet #C1279F

Tints of Medium Red Violet #C1279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 49.36%
G = 9.97%
B = 40.66%

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

#C1279F (or 0xC1279F) is known color: Medium Red Violet. HEX triplet: C1, 27 and 9F. RGB value is (193,39,159). Sum of RGB (Red+Green+Blue) = 193+39+159=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1279F is #3ED860. Grayscale: #626262. Windows color (decimal): -4118625 or 10430401. OLE color: 10430401.

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

Color convert

RGB 193 39 159 -
CMYK 0 0.80 0.18 0.24
HSL 313.25º 0.66% 0.45% -
HSV(B) 313.25º 0.8% 0.76% -
XYZ 28.98 15.29 34.23 -
YUV 98.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 193 39 159 0 0.80 0.18 0.24 313.25 0.66 0.45
Hex C1 27 9F 0 50 12 18 139 42 2D
Octal 301 47 237 0 120 22 30 471 102 55
Binary 11000001 100111 10011111 0 1010000 10010 11000 100111001 1000010 101101

Color Harmonies of #C1279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1279F

Black with #C1279F

Text Example


Text Example

White with #C1279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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