Html Css Color HEX #C54682 Mulberry

📋 copy color: '#C54682'

red 197 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #C54682

Tints of Mulberry #C54682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 49.62%
G = 17.63%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C54682 (or 0xC54682) is known color: Mulberry. HEX triplet: C5, 46 and 82. RGB value is (197,70,130). Sum of RGB (Red+Green+Blue) = 197+70+130=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C54682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54682 is #3AB97D. Grayscale: #727272. Windows color (decimal): -3848574 or 8537797. OLE color: 8537797.

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

Color convert

RGB 197 70 130 -
CMYK 0 0.64 0.34 0.23
HSL 331.65º 0.52% 0.52% -
HSV(B) 331.65º 0.64% 0.77% -
XYZ 29.25 17.86 23.03 -
YUV 114.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 197 70 130 0 0.64 0.34 0.23 331.65 0.52 0.52
Hex C5 46 82 0 40 22 17 14C 34 34
Octal 305 106 202 0 100 42 27 514 64 64
Binary 11000101 1000110 10000010 0 1000000 100010 10111 101001100 110100 110100

Color Harmonies of #C54682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54682

Black with #C54682

Text Example


Text Example

White with #C54682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54682; }

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

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

background-color css

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

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

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

border-color css

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

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

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