Html Css Color HEX #C54382 Mulberry

📋 copy color: '#C54382'

red 197 ◦ green 67 ◦ blue 130

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

Shades of Mulberry #C54382

Tints of Mulberry #C54382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

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

R = 50%
G = 17.01%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C54382 (or 0xC54382) is known color: Mulberry. HEX triplet: C5, 43 and 82. RGB value is (197,67,130). Sum of RGB (Red+Green+Blue) = 197+67+130=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54382 is #3ABC7D. Grayscale: #707070. Windows color (decimal): -3849342 or 8537029. OLE color: 8537029.

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

Color convert

RGB 197 67 130 -
CMYK 0 0.66 0.34 0.23
HSL 330.92º 0.53% 0.52% -
HSV(B) 330.92º 0.66% 0.77% -
XYZ 29.06 17.5 22.96 -
YUV 113.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 197 67 130 0 0.66 0.34 0.23 330.92 0.53 0.52
Hex C5 43 82 0 42 22 17 14B 35 34
Octal 305 103 202 0 102 42 27 513 65 64
Binary 11000101 1000011 10000010 0 1000010 100010 10111 101001011 110101 110100

Color Harmonies of #C54382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54382

Black with #C54382

Text Example


Text Example

White with #C54382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54382; }

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

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

background-color css

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

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

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

border-color css

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

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

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