Html Css Color HEX #C1298A Medium Red Violet

📋 copy color: '#C1298A'

red 193 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #C1298A

Tints of Medium Red Violet #C1298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

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

R = 51.88%
G = 11.02%
B = 37.1%

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

#C1298A (or 0xC1298A) is known color: Medium Red Violet. HEX triplet: C1, 29 and 8A. RGB value is (193,41,138). Sum of RGB (Red+Green+Blue) = 193+41+138=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1298A is #3ED675. Grayscale: #616161. Windows color (decimal): -4118134 or 9054657. OLE color: 9054657.

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

Color convert

RGB 193 41 138 -
CMYK 0 0.79 0.28 0.24
HSL 321.71º 0.65% 0.46% -
HSV(B) 321.71º 0.79% 0.76% -
XYZ 27.37 14.76 25.45 -
YUV 97.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 193 41 138 0 0.79 0.28 0.24 321.71 0.65 0.46
Hex C1 29 8A 0 4F 1C 18 142 41 2E
Octal 301 51 212 0 117 34 30 502 101 56
Binary 11000001 101001 10001010 0 1001111 11100 11000 101000010 1000001 101110

Color Harmonies of #C1298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1298A

Black with #C1298A

Text Example


Text Example

White with #C1298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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