Html Css Color HEX #C1288E Medium Red Violet

📋 copy color: '#C1288E'

red 193 ◦ green 40 ◦ blue 142

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

Shades of Medium Red Violet #C1288E

Tints of Medium Red Violet #C1288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 51.47%
G = 10.67%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1288E (or 0xC1288E) is known color: Medium Red Violet. HEX triplet: C1, 28 and 8E. RGB value is (193,40,142). Sum of RGB (Red+Green+Blue) = 193+40+142=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1288E is #3ED771. Grayscale: #616161. Windows color (decimal): -4118386 or 9316545. OLE color: 9316545.

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

Color convert

RGB 193 40 142 -
CMYK 0 0.79 0.26 0.24
HSL 320º 0.66% 0.46% -
HSV(B) 320º 0.79% 0.76% -
XYZ 27.63 14.81 26.99 -
YUV 97.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 193 40 142 0 0.79 0.26 0.24 320 0.66 0.46
Hex C1 28 8E 0 4F 1A 18 140 42 2E
Octal 301 50 216 0 117 32 30 500 102 56
Binary 11000001 101000 10001110 0 1001111 11010 11000 101000000 1000010 101110

Color Harmonies of #C1288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1288E

Black with #C1288E

Text Example


Text Example

White with #C1288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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