Html Css Color HEX #C1257E Medium Red Violet

📋 copy color: '#C1257E'

red 193 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #C1257E

Tints of Medium Red Violet #C1257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 54.21%
G = 10.39%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1257E (or 0xC1257E) is known color: Medium Red Violet. HEX triplet: C1, 25 and 7E. RGB value is (193,37,126). Sum of RGB (Red+Green+Blue) = 193+37+126=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1257E is #3EDA81. Grayscale: #5D5D5D. Windows color (decimal): -4119170 or 8267201. OLE color: 8267201.

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

Color convert

RGB 193 37 126 -
CMYK 0 0.81 0.35 0.24
HSL 325.77º 0.68% 0.45% -
HSV(B) 325.77º 0.81% 0.76% -
XYZ 26.42 14.17 21.08 -
YUV 93.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 193 37 126 0 0.81 0.35 0.24 325.77 0.68 0.45
Hex C1 25 7E 0 51 23 18 146 44 2D
Octal 301 45 176 0 121 43 30 506 104 55
Binary 11000001 100101 1111110 0 1010001 100011 11000 101000110 1000100 101101

Color Harmonies of #C1257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1257E

Black with #C1257E

Text Example


Text Example

White with #C1257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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