Html Css Color HEX #C1287A Medium Red Violet

📋 copy color: '#C1287A'

red 193 ◦ green 40 ◦ blue 122

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

Shades of Medium Red Violet #C1287A

Tints of Medium Red Violet #C1287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 54.37%
G = 11.27%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1287A (or 0xC1287A) is known color: Medium Red Violet. HEX triplet: C1, 28 and 7A. RGB value is (193,40,122). Sum of RGB (Red+Green+Blue) = 193+40+122=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1287A is #3ED785. Grayscale: #5E5E5E. Windows color (decimal): -4118406 or 8005825. OLE color: 8005825.

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

Color convert

RGB 193 40 122 -
CMYK 0 0.79 0.37 0.24
HSL 327.84º 0.66% 0.46% -
HSV(B) 327.84º 0.79% 0.76% -
XYZ 26.26 14.26 19.78 -
YUV 95.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 193 40 122 0 0.79 0.37 0.24 327.84 0.66 0.46
Hex C1 28 7A 0 4F 25 18 148 42 2E
Octal 301 50 172 0 117 45 30 510 102 56
Binary 11000001 101000 1111010 0 1001111 100101 11000 101001000 1000010 101110

Color Harmonies of #C1287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1287A

Black with #C1287A

Text Example


Text Example

White with #C1287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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