Html Css Color HEX #C54BA2 Mulberry

📋 copy color: '#C54BA2'

red 197 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #C54BA2

Tints of Mulberry #C54BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 45.39%
G = 17.28%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C54BA2 (or 0xC54BA2) is known color: Mulberry. HEX triplet: C5, 4B and A2. RGB value is (197,75,162). Sum of RGB (Red+Green+Blue) = 197+75+162=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BA2 is #3AB45D. Grayscale: #797979. Windows color (decimal): -3847262 or 10636229. OLE color: 10636229.

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

Color convert

RGB 197 75 162 -
CMYK 0 0.62 0.18 0.23
HSL 317.21º 0.51% 0.53% -
HSV(B) 317.21º 0.62% 0.77% -
XYZ 32.06 19.51 36.26 -
YUV 121.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 197 75 162 0 0.62 0.18 0.23 317.21 0.51 0.53
Hex C5 4B A2 0 3E 12 17 13D 33 35
Octal 305 113 242 0 76 22 27 475 63 65
Binary 11000101 1001011 10100010 0 111110 10010 10111 100111101 110011 110101

Color Harmonies of #C54BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BA2

Black with #C54BA2

Text Example


Text Example

White with #C54BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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