Html Css Color HEX #C54B8A Mulberry

📋 copy color: '#C54B8A'

red 197 ◦ green 75 ◦ blue 138

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

Shades of Mulberry #C54B8A

Tints of Mulberry #C54B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 48.05%
G = 18.29%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C54B8A (or 0xC54B8A) is known color: Mulberry. HEX triplet: C5, 4B and 8A. RGB value is (197,75,138). Sum of RGB (Red+Green+Blue) = 197+75+138=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54B8A is #3AB475. Grayscale: #767676. Windows color (decimal): -3847286 or 9063365. OLE color: 9063365.

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

Color convert

RGB 197 75 138 -
CMYK 0 0.62 0.30 0.23
HSL 329.02º 0.51% 0.53% -
HSV(B) 329.02º 0.62% 0.77% -
XYZ 30.13 18.74 26.07 -
YUV 118.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 197 75 138 0 0.62 0.30 0.23 329.02 0.51 0.53
Hex C5 4B 8A 0 3E 1E 17 149 33 35
Octal 305 113 212 0 76 36 27 511 63 65
Binary 11000101 1001011 10001010 0 111110 11110 10111 101001001 110011 110101

Color Harmonies of #C54B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54B8A

Black with #C54B8A

Text Example


Text Example

White with #C54B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54B8A; }

 p { color: rgb(197,75,138); }

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

background-color css

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

 a { background-color: rgb(197,75,138); }

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

border-color css

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

 span { border-color: rgb(197,75,138); }

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