Html Css Color HEX #C54088 Mulberry

📋 copy color: '#C54088'

red 197 ◦ green 64 ◦ blue 136

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

Shades of Mulberry #C54088

Tints of Mulberry #C54088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 49.62%
G = 16.12%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C54088 (or 0xC54088) is known color: Mulberry. HEX triplet: C5, 40 and 88. RGB value is (197,64,136). Sum of RGB (Red+Green+Blue) = 197+64+136=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C54088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54088 is #3ABF77. Grayscale: #6F6F6F. Windows color (decimal): -3850104 or 8929477. OLE color: 8929477.

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

Color convert

RGB 197 64 136 -
CMYK 0 0.68 0.31 0.23
HSL 327.52º 0.53% 0.51% -
HSV(B) 327.52º 0.68% 0.77% -
XYZ 29.3 17.31 25.09 -
YUV 111.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 197 64 136 0 0.68 0.31 0.23 327.52 0.53 0.51
Hex C5 40 88 0 44 1F 17 148 35 33
Octal 305 100 210 0 104 37 27 510 65 63
Binary 11000101 1000000 10001000 0 1000100 11111 10111 101001000 110101 110011

Color Harmonies of #C54088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54088

Black with #C54088

Text Example


Text Example

White with #C54088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54088; }

 p { color: rgb(197,64,136); }

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

background-color css

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

 a { background-color: rgb(197,64,136); }

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

border-color css

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

 span { border-color: rgb(197,64,136); }

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