Html Css Color HEX #C1257F Medium Red Violet

📋 copy color: '#C1257F'

red 193 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #C1257F

Tints of Medium Red Violet #C1257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

 BLUE value IS 127 (50% from 255) = 35.57%

R = 54.06%
G = 10.36%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1257F (or 0xC1257F) is known color: Medium Red Violet. HEX triplet: C1, 25 and 7F. RGB value is (193,37,127). Sum of RGB (Red+Green+Blue) = 193+37+127=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1257F is #3EDA80. Grayscale: #5D5D5D. Windows color (decimal): -4119169 or 8332737. OLE color: 8332737.

HSL color Cylindrical-coordinate representation of color #C1257F: hue angle of 325.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1257F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 127 -
CMYK 0 0.81 0.34 0.24
HSL 325.38º 0.68% 0.45% -
HSV(B) 325.38º 0.81% 0.76% -
XYZ 26.48 14.19 21.42 -
YUV 93.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 193 37 127 0 0.81 0.34 0.24 325.38 0.68 0.45
Hex C1 25 7F 0 51 22 18 145 44 2D
Octal 301 45 177 0 121 42 30 505 104 55
Binary 11000001 100101 1111111 0 1010001 100010 11000 101000101 1000100 101101

Color Harmonies of #C1257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1257F

Black with #C1257F

Text Example


Text Example

White with #C1257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1257F; }

 p { color: rgb(193,37,127); }

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

background-color css

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

 a { background-color: rgb(193,37,127); }

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

border-color css

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

 span { border-color: rgb(193,37,127); }

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