Html Css Color HEX #C54B93 Mulberry

📋 copy color: '#C54B93'

red 197 ◦ green 75 ◦ blue 147

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

Shades of Mulberry #C54B93

Tints of Mulberry #C54B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 47.02%
G = 17.9%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C54B93 (or 0xC54B93) is known color: Mulberry. HEX triplet: C5, 4B and 93. RGB value is (197,75,147). Sum of RGB (Red+Green+Blue) = 197+75+147=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54B93 is #3AB46C. Grayscale: #777777. Windows color (decimal): -3847277 or 9653189. OLE color: 9653189.

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

Color convert

RGB 197 75 147 -
CMYK 0 0.62 0.25 0.23
HSL 324.59º 0.51% 0.53% -
HSV(B) 324.59º 0.62% 0.77% -
XYZ 30.81 19.01 29.65 -
YUV 119.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 197 75 147 0 0.62 0.25 0.23 324.59 0.51 0.53
Hex C5 4B 93 0 3E 19 17 145 33 35
Octal 305 113 223 0 76 31 27 505 63 65
Binary 11000101 1001011 10010011 0 111110 11001 10111 101000101 110011 110101

Color Harmonies of #C54B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54B93

Black with #C54B93

Text Example


Text Example

White with #C54B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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