Html Css Color HEX #C54B7F Mulberry

📋 copy color: '#C54B7F'

red 197 ◦ green 75 ◦ blue 127

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

Shades of Mulberry #C54B7F

Tints of Mulberry #C54B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 49.37%
G = 18.8%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C54B7F (or 0xC54B7F) is known color: Mulberry. HEX triplet: C5, 4B and 7F. RGB value is (197,75,127). Sum of RGB (Red+Green+Blue) = 197+75+127=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B7F is #3AB480. Grayscale: #757575. Windows color (decimal): -3847297 or 8342469. OLE color: 8342469.

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

Color convert

RGB 197 75 127 -
CMYK 0 0.62 0.36 0.23
HSL 334.43º 0.51% 0.53% -
HSV(B) 334.43º 0.62% 0.77% -
XYZ 29.37 18.43 22.09 -
YUV 117.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 197 75 127 0 0.62 0.36 0.23 334.43 0.51 0.53
Hex C5 4B 7F 0 3E 24 17 14E 33 35
Octal 305 113 177 0 76 44 27 516 63 65
Binary 11000101 1001011 1111111 0 111110 100100 10111 101001110 110011 110101

Color Harmonies of #C54B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54B7F

Black with #C54B7F

Text Example


Text Example

White with #C54B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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