Html Css Color HEX #C5298A Medium Red Violet

📋 copy color: '#C5298A'

red 197 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #C5298A

Tints of Medium Red Violet #C5298A

RGB

 RED value IS 197 (77.34% from 255) = 52.39%

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

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

R = 52.39%
G = 10.9%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5298A (or 0xC5298A) is known color: Medium Red Violet. HEX triplet: C5, 29 and 8A. RGB value is (197,41,138). Sum of RGB (Red+Green+Blue) = 197+41+138=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5298A is #3AD675. Grayscale: #626262. Windows color (decimal): -3855990 or 9054661. OLE color: 9054661.

HSL color Cylindrical-coordinate representation of color #C5298A: hue angle of 322.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5298A is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 138 -
CMYK 0 0.79 0.30 0.23
HSL 322.69º 0.66% 0.47% -
HSV(B) 322.69º 0.79% 0.77% -
XYZ 28.41 15.29 25.5 -
YUV 98.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 197 41 138 0 0.79 0.30 0.23 322.69 0.66 0.47
Hex C5 29 8A 0 4F 1E 17 143 42 2F
Octal 305 51 212 0 117 36 27 503 102 57
Binary 11000101 101001 10001010 0 1001111 11110 10111 101000011 1000010 101111

Color Harmonies of #C5298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5298A

Black with #C5298A

Text Example


Text Example

White with #C5298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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