Html Css Color HEX #C1286B Medium Red Violet

📋 copy color: '#C1286B'

red 193 ◦ green 40 ◦ blue 107

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

Shades of Medium Red Violet #C1286B

Tints of Medium Red Violet #C1286B

RGB

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

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

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

R = 56.76%
G = 11.76%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1286B (or 0xC1286B) is known color: Medium Red Violet. HEX triplet: C1, 28 and 6B. RGB value is (193,40,107). Sum of RGB (Red+Green+Blue) = 193+40+107=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1286B is #3ED794. Grayscale: #5D5D5D. Windows color (decimal): -4118421 or 7022785. OLE color: 7022785.

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

Color convert

RGB 193 40 107 -
CMYK 0 0.79 0.45 0.24
HSL 333.73º 0.66% 0.46% -
HSV(B) 333.73º 0.79% 0.76% -
XYZ 25.4 13.92 15.26 -
YUV 93.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 193 40 107 0 0.79 0.45 0.24 333.73 0.66 0.46
Hex C1 28 6B 0 4F 2D 18 14E 42 2E
Octal 301 50 153 0 117 55 30 516 102 56
Binary 11000001 101000 1101011 0 1001111 101101 11000 101001110 1000010 101110

Color Harmonies of #C1286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1286B

Black with #C1286B

Text Example


Text Example

White with #C1286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1286B; }

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

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

background-color css

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

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

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

border-color css

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

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

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