Html Css Color HEX #C54F7E Mulberry

📋 copy color: '#C54F7E'

red 197 ◦ green 79 ◦ blue 126

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

Shades of Mulberry #C54F7E

Tints of Mulberry #C54F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 49%
G = 19.65%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C54F7E (or 0xC54F7E) is known color: Mulberry. HEX triplet: C5, 4F and 7E. RGB value is (197,79,126). Sum of RGB (Red+Green+Blue) = 197+79+126=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F7E is #3AB081. Grayscale: #777777. Windows color (decimal): -3846274 or 8277957. OLE color: 8277957.

HSL color Cylindrical-coordinate representation of color #C54F7E: hue angle of 336.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F7E is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 79 126 -
CMYK 0 0.60 0.36 0.23
HSL 336.1º 0.5% 0.54% -
HSV(B) 336.1º 0.6% 0.77% -
XYZ 29.59 18.97 21.84 -
YUV 119.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 197 79 126 0 0.60 0.36 0.23 336.1 0.5 0.54
Hex C5 4F 7E 0 3C 24 17 150 32 36
Octal 305 117 176 0 74 44 27 520 62 66
Binary 11000101 1001111 1111110 0 111100 100100 10111 101010000 110010 110110

Color Harmonies of #C54F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F7E

Black with #C54F7E

Text Example


Text Example

White with #C54F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F7E; }

 p { color: rgb(197,79,126); }

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

background-color css

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

 a { background-color: rgb(197,79,126); }

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

border-color css

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

 span { border-color: rgb(197,79,126); }

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