Html Css Color HEX #C1276A Medium Red Violet

📋 copy color: '#C1276A'

red 193 ◦ green 39 ◦ blue 106

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

Shades of Medium Red Violet #C1276A

Tints of Medium Red Violet #C1276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 57.1%
G = 11.54%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1276A (or 0xC1276A) is known color: Medium Red Violet. HEX triplet: C1, 27 and 6A. RGB value is (193,39,106). Sum of RGB (Red+Green+Blue) = 193+39+106=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1276A is #3ED895. Grayscale: #5C5C5C. Windows color (decimal): -4118678 or 6956993. OLE color: 6956993.

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

Color convert

RGB 193 39 106 -
CMYK 0 0.80 0.45 0.24
HSL 333.9º 0.66% 0.45% -
HSV(B) 333.9º 0.8% 0.76% -
XYZ 25.32 13.83 14.97 -
YUV 92.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 193 39 106 0 0.80 0.45 0.24 333.9 0.66 0.45
Hex C1 27 6A 0 50 2D 18 14E 42 2D
Octal 301 47 152 0 120 55 30 516 102 55
Binary 11000001 100111 1101010 0 1010000 101101 11000 101001110 1000010 101101

Color Harmonies of #C1276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1276A

Black with #C1276A

Text Example


Text Example

White with #C1276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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