Html Css Color HEX #C1259D Medium Red Violet

📋 copy color: '#C1259D'

red 193 ◦ green 37 ◦ blue 157

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

Shades of Medium Red Violet #C1259D

Tints of Medium Red Violet #C1259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 49.87%
G = 9.56%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1259D (or 0xC1259D) is known color: Medium Red Violet. HEX triplet: C1, 25 and 9D. RGB value is (193,37,157). Sum of RGB (Red+Green+Blue) = 193+37+157=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1259D is #3EDA62. Grayscale: #606060. Windows color (decimal): -4119139 or 10298817. OLE color: 10298817.

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

Color convert

RGB 193 37 157 -
CMYK 0 0.81 0.19 0.24
HSL 313.85º 0.68% 0.45% -
HSV(B) 313.85º 0.81% 0.76% -
XYZ 28.74 15.09 33.3 -
YUV 97.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 193 37 157 0 0.81 0.19 0.24 313.85 0.68 0.45
Hex C1 25 9D 0 51 13 18 13A 44 2D
Octal 301 45 235 0 121 23 30 472 104 55
Binary 11000001 100101 10011101 0 1010001 10011 11000 100111010 1000100 101101

Color Harmonies of #C1259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1259D

Black with #C1259D

Text Example


Text Example

White with #C1259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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