Html Css Color HEX #C54681 Mulberry

📋 copy color: '#C54681'

red 197 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #C54681

Tints of Mulberry #C54681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 49.75%
G = 17.68%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54681 (or 0xC54681) is known color: Mulberry. HEX triplet: C5, 46 and 81. RGB value is (197,70,129). Sum of RGB (Red+Green+Blue) = 197+70+129=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54681 is #3AB97E. Grayscale: #727272. Windows color (decimal): -3848575 or 8472261. OLE color: 8472261.

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

Color convert

RGB 197 70 129 -
CMYK 0 0.64 0.35 0.23
HSL 332.13º 0.52% 0.52% -
HSV(B) 332.13º 0.64% 0.77% -
XYZ 29.18 17.84 22.67 -
YUV 114.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 197 70 129 0 0.64 0.35 0.23 332.13 0.52 0.52
Hex C5 46 81 0 40 23 17 14C 34 34
Octal 305 106 201 0 100 43 27 514 64 64
Binary 11000101 1000110 10000001 0 1000000 100011 10111 101001100 110100 110100

Color Harmonies of #C54681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54681

Black with #C54681

Text Example


Text Example

White with #C54681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54681; }

 p { color: rgb(197,70,129); }

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

background-color css

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

 a { background-color: rgb(197,70,129); }

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

border-color css

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

 span { border-color: rgb(197,70,129); }

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