Html Css Color HEX #C54380 Mulberry

📋 copy color: '#C54380'

red 197 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #C54380

Tints of Mulberry #C54380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 50.26%
G = 17.09%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54380 (or 0xC54380) is known color: Mulberry. HEX triplet: C5, 43 and 80. RGB value is (197,67,128). Sum of RGB (Red+Green+Blue) = 197+67+128=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C54380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54380 is #3ABC7F. Grayscale: #707070. Windows color (decimal): -3849344 or 8405957. OLE color: 8405957.

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

Color convert

RGB 197 67 128 -
CMYK 0 0.66 0.35 0.23
HSL 331.85º 0.53% 0.52% -
HSV(B) 331.85º 0.66% 0.77% -
XYZ 28.93 17.44 22.26 -
YUV 112.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 197 67 128 0 0.66 0.35 0.23 331.85 0.53 0.52
Hex C5 43 80 0 42 23 17 14C 35 34
Octal 305 103 200 0 102 43 27 514 65 64
Binary 11000101 1000011 10000000 0 1000010 100011 10111 101001100 110101 110100

Color Harmonies of #C54380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54380

Black with #C54380

Text Example


Text Example

White with #C54380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54380; }

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

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

background-color css

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

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

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

border-color css

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

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

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