Html Css Color HEX #C1256C Medium Red Violet

📋 copy color: '#C1256C'

red 193 ◦ green 37 ◦ blue 108

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

Shades of Medium Red Violet #C1256C

Tints of Medium Red Violet #C1256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 57.1%
G = 10.95%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1256C (or 0xC1256C) is known color: Medium Red Violet. HEX triplet: C1, 25 and 6C. RGB value is (193,37,108). Sum of RGB (Red+Green+Blue) = 193+37+108=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1256C is #3EDA93. Grayscale: #5B5B5B. Windows color (decimal): -4119188 or 7087553. OLE color: 7087553.

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

Color convert

RGB 193 37 108 -
CMYK 0 0.81 0.44 0.24
HSL 332.69º 0.68% 0.45% -
HSV(B) 332.69º 0.81% 0.76% -
XYZ 25.36 13.74 15.5 -
YUV 91.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 193 37 108 0 0.81 0.44 0.24 332.69 0.68 0.45
Hex C1 25 6C 0 51 2C 18 14D 44 2D
Octal 301 45 154 0 121 54 30 515 104 55
Binary 11000001 100101 1101100 0 1010001 101100 11000 101001101 1000100 101101

Color Harmonies of #C1256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1256C

Black with #C1256C

Text Example


Text Example

White with #C1256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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