Html Css Color HEX #C1256D Medium Red Violet

📋 copy color: '#C1256D'

red 193 ◦ green 37 ◦ blue 109

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

Shades of Medium Red Violet #C1256D

Tints of Medium Red Violet #C1256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 56.93%
G = 10.91%
B = 32.15%

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

#C1256D (or 0xC1256D) is known color: Medium Red Violet. HEX triplet: C1, 25 and 6D. RGB value is (193,37,109). Sum of RGB (Red+Green+Blue) = 193+37+109=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1256D is #3EDA92. Grayscale: #5B5B5B. Windows color (decimal): -4119187 or 7153089. OLE color: 7153089.

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

Color convert

RGB 193 37 109 -
CMYK 0 0.81 0.44 0.24
HSL 332.31º 0.68% 0.45% -
HSV(B) 332.31º 0.81% 0.76% -
XYZ 25.41 13.76 15.79 -
YUV 91.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 193 37 109 0 0.81 0.44 0.24 332.31 0.68 0.45
Hex C1 25 6D 0 51 2C 18 14C 44 2D
Octal 301 45 155 0 121 54 30 514 104 55
Binary 11000001 100101 1101101 0 1010001 101100 11000 101001100 1000100 101101

Color Harmonies of #C1256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1256D

Black with #C1256D

Text Example


Text Example

White with #C1256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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