Html Css Color HEX #C542A1 Mulberry

📋 copy color: '#C542A1'

red 197 ◦ green 66 ◦ blue 161

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

Shades of Mulberry #C542A1

Tints of Mulberry #C542A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.97%

R = 46.46%
G = 15.57%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C542A1 (or 0xC542A1) is known color: Mulberry. HEX triplet: C5, 42 and A1. RGB value is (197,66,161). Sum of RGB (Red+Green+Blue) = 197+66+161=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C542A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542A1 is #3ABD5E. Grayscale: #737373. Windows color (decimal): -3849567 or 10568389. OLE color: 10568389.

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

Color convert

RGB 197 66 161 -
CMYK 0 0.66 0.18 0.23
HSL 316.49º 0.53% 0.52% -
HSV(B) 316.49º 0.66% 0.77% -
XYZ 31.41 18.34 35.6 -
YUV 116 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 197 66 161 0 0.66 0.18 0.23 316.49 0.53 0.52
Hex C5 42 A1 0 42 12 17 13C 35 34
Octal 305 102 241 0 102 22 27 474 65 64
Binary 11000101 1000010 10100001 0 1000010 10010 10111 100111100 110101 110100

Color Harmonies of #C542A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542A1

Black with #C542A1

Text Example


Text Example

White with #C542A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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