Html Css Color HEX #C5429D Mulberry

📋 copy color: '#C5429D'

red 197 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #C5429D

Tints of Mulberry #C5429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 46.9%
G = 15.71%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5429D (or 0xC5429D) is known color: Mulberry. HEX triplet: C5, 42 and 9D. RGB value is (197,66,157). Sum of RGB (Red+Green+Blue) = 197+66+157=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5429D is #3ABD62. Grayscale: #737373. Windows color (decimal): -3849571 or 10306245. OLE color: 10306245.

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

Color convert

RGB 197 66 157 -
CMYK 0 0.66 0.20 0.23
HSL 318.32º 0.53% 0.52% -
HSV(B) 318.32º 0.66% 0.77% -
XYZ 31.06 18.2 33.77 -
YUV 115.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 197 66 157 0 0.66 0.20 0.23 318.32 0.53 0.52
Hex C5 42 9D 0 42 14 17 13E 35 34
Octal 305 102 235 0 102 24 27 476 65 64
Binary 11000101 1000010 10011101 0 1000010 10100 10111 100111110 110101 110100

Color Harmonies of #C5429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5429D

Black with #C5429D

Text Example


Text Example

White with #C5429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5429D; }

 p { color: rgb(197,66,157); }

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

background-color css

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

 a { background-color: rgb(197,66,157); }

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

border-color css

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

 span { border-color: rgb(197,66,157); }

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