Html Css Color HEX #C1258E Medium Red Violet

📋 copy color: '#C1258E'

red 193 ◦ green 37 ◦ blue 142

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

Shades of Medium Red Violet #C1258E

Tints of Medium Red Violet #C1258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 51.88%
G = 9.95%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1258E (or 0xC1258E) is known color: Medium Red Violet. HEX triplet: C1, 25 and 8E. RGB value is (193,37,142). Sum of RGB (Red+Green+Blue) = 193+37+142=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1258E is #3EDA71. Grayscale: #5F5F5F. Windows color (decimal): -4119154 or 9315777. OLE color: 9315777.

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

Color convert

RGB 193 37 142 -
CMYK 0 0.81 0.26 0.24
HSL 319.62º 0.68% 0.45% -
HSV(B) 319.62º 0.81% 0.76% -
XYZ 27.54 14.61 26.96 -
YUV 95.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 193 37 142 0 0.81 0.26 0.24 319.62 0.68 0.45
Hex C1 25 8E 0 51 1A 18 140 44 2D
Octal 301 45 216 0 121 32 30 500 104 55
Binary 11000001 100101 10001110 0 1010001 11010 11000 101000000 1000100 101101

Color Harmonies of #C1258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1258E

Black with #C1258E

Text Example


Text Example

White with #C1258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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