Html Css Color HEX #C1286C Medium Red Violet

📋 copy color: '#C1286C'

red 193 ◦ green 40 ◦ blue 108

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

Shades of Medium Red Violet #C1286C

Tints of Medium Red Violet #C1286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

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

R = 56.6%
G = 11.73%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1286C (or 0xC1286C) is known color: Medium Red Violet. HEX triplet: C1, 28 and 6C. RGB value is (193,40,108). Sum of RGB (Red+Green+Blue) = 193+40+108=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1286C is #3ED793. Grayscale: #5D5D5D. Windows color (decimal): -4118420 or 7088321. OLE color: 7088321.

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

Color convert

RGB 193 40 108 -
CMYK 0 0.79 0.44 0.24
HSL 333.33º 0.66% 0.46% -
HSV(B) 333.33º 0.79% 0.76% -
XYZ 25.46 13.94 15.54 -
YUV 93.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 193 40 108 0 0.79 0.44 0.24 333.33 0.66 0.46
Hex C1 28 6C 0 4F 2C 18 14D 42 2E
Octal 301 50 154 0 117 54 30 515 102 56
Binary 11000001 101000 1101100 0 1001111 101100 11000 101001101 1000010 101110

Color Harmonies of #C1286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1286C

Black with #C1286C

Text Example


Text Example

White with #C1286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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