Html Css Color HEX #C542A3 Mulberry

📋 copy color: '#C542A3'

red 197 ◦ green 66 ◦ blue 163

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

Shades of Mulberry #C542A3

Tints of Mulberry #C542A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.26%

R = 46.24%
G = 15.49%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C542A3 (or 0xC542A3) is known color: Mulberry. HEX triplet: C5, 42 and A3. RGB value is (197,66,163). Sum of RGB (Red+Green+Blue) = 197+66+163=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C542A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542A3 is #3ABD5C. Grayscale: #737373. Windows color (decimal): -3849565 or 10699461. OLE color: 10699461.

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

Color convert

RGB 197 66 163 -
CMYK 0 0.66 0.17 0.23
HSL 315.57º 0.53% 0.52% -
HSV(B) 315.57º 0.66% 0.77% -
XYZ 31.59 18.41 36.54 -
YUV 116.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 197 66 163 0 0.66 0.17 0.23 315.57 0.53 0.52
Hex C5 42 A3 0 42 11 17 13C 35 34
Octal 305 102 243 0 102 21 27 474 65 64
Binary 11000101 1000010 10100011 0 1000010 10001 10111 100111100 110101 110100

Color Harmonies of #C542A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542A3

Black with #C542A3

Text Example


Text Example

White with #C542A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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