Html Css Color HEX #C54B8C Mulberry

📋 copy color: '#C54B8C'

red 197 ◦ green 75 ◦ blue 140

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

Shades of Mulberry #C54B8C

Tints of Mulberry #C54B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 47.82%
G = 18.2%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C54B8C (or 0xC54B8C) is known color: Mulberry. HEX triplet: C5, 4B and 8C. RGB value is (197,75,140). Sum of RGB (Red+Green+Blue) = 197+75+140=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54B8C is #3AB473. Grayscale: #767676. Windows color (decimal): -3847284 or 9194437. OLE color: 9194437.

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

Color convert

RGB 197 75 140 -
CMYK 0 0.62 0.29 0.23
HSL 328.03º 0.51% 0.53% -
HSV(B) 328.03º 0.62% 0.77% -
XYZ 30.28 18.8 26.84 -
YUV 118.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 197 75 140 0 0.62 0.29 0.23 328.03 0.51 0.53
Hex C5 4B 8C 0 3E 1D 17 148 33 35
Octal 305 113 214 0 76 35 27 510 63 65
Binary 11000101 1001011 10001100 0 111110 11101 10111 101001000 110011 110101

Color Harmonies of #C54B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54B8C

Black with #C54B8C

Text Example


Text Example

White with #C54B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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