Html Css Color HEX #C5338A Medium Red Violet

📋 copy color: '#C5338A'

red 197 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #C5338A

Tints of Medium Red Violet #C5338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.21%

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

R = 51.04%
G = 13.21%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5338A (or 0xC5338A) is known color: Medium Red Violet. HEX triplet: C5, 33 and 8A. RGB value is (197,51,138). Sum of RGB (Red+Green+Blue) = 197+51+138=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5338A is #3ACC75. Grayscale: #686868. Windows color (decimal): -3853430 or 9057221. OLE color: 9057221.

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

Color convert

RGB 197 51 138 -
CMYK 0 0.74 0.30 0.23
HSL 324.25º 0.59% 0.49% -
HSV(B) 324.25º 0.74% 0.77% -
XYZ 28.8 16.07 25.63 -
YUV 104.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 197 51 138 0 0.74 0.30 0.23 324.25 0.59 0.49
Hex C5 33 8A 0 4A 1E 17 144 3B 31
Octal 305 63 212 0 112 36 27 504 73 61
Binary 11000101 110011 10001010 0 1001010 11110 10111 101000100 111011 110001

Color Harmonies of #C5338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5338A

Black with #C5338A

Text Example


Text Example

White with #C5338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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