Html Css Color HEX #C1276B Medium Red Violet

📋 copy color: '#C1276B'

red 193 ◦ green 39 ◦ blue 107

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

Shades of Medium Red Violet #C1276B

Tints of Medium Red Violet #C1276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 56.93%
G = 11.5%
B = 31.56%

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

#C1276B (or 0xC1276B) is known color: Medium Red Violet. HEX triplet: C1, 27 and 6B. RGB value is (193,39,107). Sum of RGB (Red+Green+Blue) = 193+39+107=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1276B is #3ED894. Grayscale: #5C5C5C. Windows color (decimal): -4118677 or 7022529. OLE color: 7022529.

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

Color convert

RGB 193 39 107 -
CMYK 0 0.80 0.45 0.24
HSL 333.51º 0.66% 0.45% -
HSV(B) 333.51º 0.8% 0.76% -
XYZ 25.37 13.85 15.25 -
YUV 92.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 193 39 107 0 0.80 0.45 0.24 333.51 0.66 0.45
Hex C1 27 6B 0 50 2D 18 14E 42 2D
Octal 301 47 153 0 120 55 30 516 102 55
Binary 11000001 100111 1101011 0 1010000 101101 11000 101001110 1000010 101101

Color Harmonies of #C1276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1276B

Black with #C1276B

Text Example


Text Example

White with #C1276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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