Html Css Color HEX #C542A0 Mulberry

📋 copy color: '#C542A0'

red 197 ◦ green 66 ◦ blue 160

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

Shades of Mulberry #C542A0

Tints of Mulberry #C542A0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 46.57%
G = 15.6%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C542A0 (or 0xC542A0) is known color: Mulberry. HEX triplet: C5, 42 and A0. RGB value is (197,66,160). Sum of RGB (Red+Green+Blue) = 197+66+160=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C542A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542A0 is #3ABD5F. Grayscale: #737373. Windows color (decimal): -3849568 or 10502853. OLE color: 10502853.

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

Color convert

RGB 197 66 160 -
CMYK 0 0.66 0.19 0.23
HSL 316.95º 0.53% 0.52% -
HSV(B) 316.95º 0.66% 0.77% -
XYZ 31.32 18.3 35.14 -
YUV 115.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 197 66 160 0 0.66 0.19 0.23 316.95 0.53 0.52
Hex C5 42 A0 0 42 13 17 13D 35 34
Octal 305 102 240 0 102 23 27 475 65 64
Binary 11000101 1000010 10100000 0 1000010 10011 10111 100111101 110101 110100

Color Harmonies of #C542A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542A0

Black with #C542A0

Text Example


Text Example

White with #C542A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542A0; }

 p { color: rgb(197,66,160); }

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

background-color css

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

 a { background-color: rgb(197,66,160); }

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

border-color css

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

 span { border-color: rgb(197,66,160); }

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