Html Css Color HEX #C54390 Mulberry

📋 copy color: '#C54390'

red 197 ◦ green 67 ◦ blue 144

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

Shades of Mulberry #C54390

Tints of Mulberry #C54390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 48.28%
G = 16.42%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C54390 (or 0xC54390) is known color: Mulberry. HEX triplet: C5, 43 and 90. RGB value is (197,67,144). Sum of RGB (Red+Green+Blue) = 197+67+144=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C54390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54390 is #3ABC6F. Grayscale: #727272. Windows color (decimal): -3849328 or 9454533. OLE color: 9454533.

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

Color convert

RGB 197 67 144 -
CMYK 0 0.66 0.27 0.23
HSL 324.46º 0.53% 0.52% -
HSV(B) 324.46º 0.66% 0.77% -
XYZ 30.07 17.9 28.26 -
YUV 114.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 197 67 144 0 0.66 0.27 0.23 324.46 0.53 0.52
Hex C5 43 90 0 42 1B 17 144 35 34
Octal 305 103 220 0 102 33 27 504 65 64
Binary 11000101 1000011 10010000 0 1000010 11011 10111 101000100 110101 110100

Color Harmonies of #C54390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54390

Black with #C54390

Text Example


Text Example

White with #C54390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54390; }

 p { color: rgb(197,67,144); }

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

background-color css

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

 a { background-color: rgb(197,67,144); }

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

border-color css

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

 span { border-color: rgb(197,67,144); }

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