Html Css Color HEX #C538A8 Medium Red Violet

📋 copy color: '#C538A8'

red 197 ◦ green 56 ◦ blue 168

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

Shades of Medium Red Violet #C538A8

Tints of Medium Red Violet #C538A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.3%

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 46.79%
G = 13.3%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C538A8 (or 0xC538A8) is known color: Medium Red Violet. HEX triplet: C5, 38 and A8. RGB value is (197,56,168). Sum of RGB (Red+Green+Blue) = 197+56+168=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C538A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538A8 is #3AC757. Grayscale: #6E6E6E. Windows color (decimal): -3852120 or 11024581. OLE color: 11024581.

HSL color Cylindrical-coordinate representation of color #C538A8: hue angle of 312.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538A8 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 168 -
CMYK 0 0.72 0.15 0.23
HSL 312.34º 0.56% 0.5% -
HSV(B) 312.34º 0.72% 0.77% -
XYZ 31.51 17.53 38.77 -
YUV 110.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 197 56 168 0 0.72 0.15 0.23 312.34 0.56 0.5
Hex C5 38 A8 0 48 F 17 138 38 32
Octal 305 70 250 0 110 17 27 470 70 62
Binary 11000101 111000 10101000 0 1001000 1111 10111 100111000 111000 110010

Color Harmonies of #C538A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538A8

Black with #C538A8

Text Example


Text Example

White with #C538A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538A8; }

 p { color: rgb(197,56,168); }

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

background-color css

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

 a { background-color: rgb(197,56,168); }

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

border-color css

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

 span { border-color: rgb(197,56,168); }

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