Html Css Color HEX #C5418D Mulberry

📋 copy color: '#C5418D'

red 197 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #C5418D

Tints of Mulberry #C5418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.13%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 48.88%
G = 16.13%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5418D (or 0xC5418D) is known color: Mulberry. HEX triplet: C5, 41 and 8D. RGB value is (197,65,141). Sum of RGB (Red+Green+Blue) = 197+65+141=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5418D is #3ABE72. Grayscale: #707070. Windows color (decimal): -3849843 or 9257413. OLE color: 9257413.

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

Color convert

RGB 197 65 141 -
CMYK 0 0.67 0.28 0.23
HSL 325.45º 0.53% 0.51% -
HSV(B) 325.45º 0.67% 0.77% -
XYZ 29.72 17.57 27.02 -
YUV 113.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 197 65 141 0 0.67 0.28 0.23 325.45 0.53 0.51
Hex C5 41 8D 0 43 1C 17 145 35 33
Octal 305 101 215 0 103 34 27 505 65 63
Binary 11000101 1000001 10001101 0 1000011 11100 10111 101000101 110101 110011

Color Harmonies of #C5418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5418D

Black with #C5418D

Text Example


Text Example

White with #C5418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5418D; }

 p { color: rgb(197,65,141); }

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

background-color css

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

 a { background-color: rgb(197,65,141); }

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

border-color css

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

 span { border-color: rgb(197,65,141); }

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