Html Css Color HEX #C1277C Medium Red Violet

📋 copy color: '#C1277C'

red 193 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #C1277C

Tints of Medium Red Violet #C1277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 54.21%
G = 10.96%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1277C (or 0xC1277C) is known color: Medium Red Violet. HEX triplet: C1, 27 and 7C. RGB value is (193,39,124). Sum of RGB (Red+Green+Blue) = 193+39+124=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1277C is #3ED883. Grayscale: #5E5E5E. Windows color (decimal): -4118660 or 8136641. OLE color: 8136641.

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

Color convert

RGB 193 39 124 -
CMYK 0 0.80 0.36 0.24
HSL 326.88º 0.66% 0.45% -
HSV(B) 326.88º 0.8% 0.76% -
XYZ 26.36 14.24 20.43 -
YUV 94.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 193 39 124 0 0.80 0.36 0.24 326.88 0.66 0.45
Hex C1 27 7C 0 50 24 18 147 42 2D
Octal 301 47 174 0 120 44 30 507 102 55
Binary 11000001 100111 1111100 0 1010000 100100 11000 101000111 1000010 101101

Color Harmonies of #C1277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1277C

Black with #C1277C

Text Example


Text Example

White with #C1277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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