Html Css Color HEX #C1288A Medium Red Violet

📋 copy color: '#C1288A'

red 193 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #C1288A

Tints of Medium Red Violet #C1288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 52.02%
G = 10.78%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1288A (or 0xC1288A) is known color: Medium Red Violet. HEX triplet: C1, 28 and 8A. RGB value is (193,40,138). Sum of RGB (Red+Green+Blue) = 193+40+138=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1288A is #3ED775. Grayscale: #606060. Windows color (decimal): -4118390 or 9054401. OLE color: 9054401.

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

Color convert

RGB 193 40 138 -
CMYK 0 0.79 0.28 0.24
HSL 321.57º 0.66% 0.46% -
HSV(B) 321.57º 0.79% 0.76% -
XYZ 27.34 14.69 25.44 -
YUV 96.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 193 40 138 0 0.79 0.28 0.24 321.57 0.66 0.46
Hex C1 28 8A 0 4F 1C 18 142 42 2E
Octal 301 50 212 0 117 34 30 502 102 56
Binary 11000001 101000 10001010 0 1001111 11100 11000 101000010 1000010 101110

Color Harmonies of #C1288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1288A

Black with #C1288A

Text Example


Text Example

White with #C1288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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