Html Css Color HEX #C1276D Medium Red Violet

📋 copy color: '#C1276D'

red 193 ◦ green 39 ◦ blue 109

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

Shades of Medium Red Violet #C1276D

Tints of Medium Red Violet #C1276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 56.6%
G = 11.44%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1276D (or 0xC1276D) is known color: Medium Red Violet. HEX triplet: C1, 27 and 6D. RGB value is (193,39,109). Sum of RGB (Red+Green+Blue) = 193+39+109=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1276D is #3ED892. Grayscale: #5C5C5C. Windows color (decimal): -4118675 or 7153601. OLE color: 7153601.

HSL color Cylindrical-coordinate representation of color #C1276D: hue angle of 332.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1276D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 109 -
CMYK 0 0.80 0.44 0.24
HSL 332.73º 0.66% 0.45% -
HSV(B) 332.73º 0.8% 0.76% -
XYZ 25.48 13.89 15.81 -
YUV 93.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 193 39 109 0 0.80 0.44 0.24 332.73 0.66 0.45
Hex C1 27 6D 0 50 2C 18 14D 42 2D
Octal 301 47 155 0 120 54 30 515 102 55
Binary 11000001 100111 1101101 0 1010000 101100 11000 101001101 1000010 101101

Color Harmonies of #C1276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1276D

Black with #C1276D

Text Example


Text Example

White with #C1276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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