Html Css Color HEX #C1266C Medium Red Violet

📋 copy color: '#C1266C'

red 193 ◦ green 38 ◦ blue 108

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

Shades of Medium Red Violet #C1266C

Tints of Medium Red Violet #C1266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 56.93%
G = 11.21%
B = 31.86%

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

#C1266C (or 0xC1266C) is known color: Medium Red Violet. HEX triplet: C1, 26 and 6C. RGB value is (193,38,108). Sum of RGB (Red+Green+Blue) = 193+38+108=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1266C is #3ED993. Grayscale: #5C5C5C. Windows color (decimal): -4118932 or 7087809. OLE color: 7087809.

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

Color convert

RGB 193 38 108 -
CMYK 0 0.80 0.44 0.24
HSL 332.9º 0.67% 0.45% -
HSV(B) 332.9º 0.8% 0.76% -
XYZ 25.39 13.81 15.51 -
YUV 92.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 193 38 108 0 0.80 0.44 0.24 332.9 0.67 0.45
Hex C1 26 6C 0 50 2C 18 14D 43 2D
Octal 301 46 154 0 120 54 30 515 103 55
Binary 11000001 100110 1101100 0 1010000 101100 11000 101001101 1000011 101101

Color Harmonies of #C1266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1266C

Black with #C1266C

Text Example


Text Example

White with #C1266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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