Html Css Color HEX #C542A6 Mulberry

📋 copy color: '#C542A6'

red 197 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #C542A6

Tints of Mulberry #C542A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 45.92%
G = 15.38%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C542A6 (or 0xC542A6) is known color: Mulberry. HEX triplet: C5, 42 and A6. RGB value is (197,66,166). Sum of RGB (Red+Green+Blue) = 197+66+166=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C542A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542A6 is #3ABD59. Grayscale: #747474. Windows color (decimal): -3849562 or 10896069. OLE color: 10896069.

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

Color convert

RGB 197 66 166 -
CMYK 0 0.66 0.16 0.23
HSL 314.2º 0.53% 0.52% -
HSV(B) 314.2º 0.66% 0.77% -
XYZ 31.86 18.52 37.97 -
YUV 116.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 197 66 166 0 0.66 0.16 0.23 314.2 0.53 0.52
Hex C5 42 A6 0 42 10 17 13A 35 34
Octal 305 102 246 0 102 20 27 472 65 64
Binary 11000101 1000010 10100110 0 1000010 10000 10111 100111010 110101 110100

Color Harmonies of #C542A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542A6

Black with #C542A6

Text Example


Text Example

White with #C542A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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