Html Css Color HEX #C5429F Mulberry

📋 copy color: '#C5429F'

red 197 ◦ green 66 ◦ blue 159

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

Shades of Mulberry #C5429F

Tints of Mulberry #C5429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 46.68%
G = 15.64%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5429F (or 0xC5429F) is known color: Mulberry. HEX triplet: C5, 42 and 9F. RGB value is (197,66,159). Sum of RGB (Red+Green+Blue) = 197+66+159=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5429F is #3ABD60. Grayscale: #737373. Windows color (decimal): -3849569 or 10437317. OLE color: 10437317.

HSL color Cylindrical-coordinate representation of color #C5429F: hue angle of 317.4º 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 #C5429F is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 159 -
CMYK 0 0.66 0.19 0.23
HSL 317.4º 0.53% 0.52% -
HSV(B) 317.4º 0.66% 0.77% -
XYZ 31.23 18.27 34.68 -
YUV 115.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 197 66 159 0 0.66 0.19 0.23 317.4 0.53 0.52
Hex C5 42 9F 0 42 13 17 13D 35 34
Octal 305 102 237 0 102 23 27 475 65 64
Binary 11000101 1000010 10011111 0 1000010 10011 10111 100111101 110101 110100

Color Harmonies of #C5429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5429F

Black with #C5429F

Text Example


Text Example

White with #C5429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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