Html Css Color HEX #C1258F Medium Red Violet

📋 copy color: '#C1258F'

red 193 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #C1258F

Tints of Medium Red Violet #C1258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 51.74%
G = 9.92%
B = 38.34%

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

#C1258F (or 0xC1258F) is known color: Medium Red Violet. HEX triplet: C1, 25 and 8F. RGB value is (193,37,143). Sum of RGB (Red+Green+Blue) = 193+37+143=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1258F is #3EDA70. Grayscale: #5F5F5F. Windows color (decimal): -4119153 or 9381313. OLE color: 9381313.

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

Color convert

RGB 193 37 143 -
CMYK 0 0.81 0.26 0.24
HSL 319.23º 0.68% 0.45% -
HSV(B) 319.23º 0.81% 0.76% -
XYZ 27.61 14.64 27.36 -
YUV 95.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 193 37 143 0 0.81 0.26 0.24 319.23 0.68 0.45
Hex C1 25 8F 0 51 1A 18 13F 44 2D
Octal 301 45 217 0 121 32 30 477 104 55
Binary 11000001 100101 10001111 0 1010001 11010 11000 100111111 1000100 101101

Color Harmonies of #C1258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1258F

Black with #C1258F

Text Example


Text Example

White with #C1258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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