Html Css Color HEX #C53C9F Mulberry

📋 copy color: '#C53C9F'

red 197 ◦ green 60 ◦ blue 159

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

Shades of Mulberry #C53C9F

Tints of Mulberry #C53C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 47.36%
G = 14.42%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C53C9F (or 0xC53C9F) is known color: Mulberry. HEX triplet: C5, 3C and 9F. RGB value is (197,60,159). Sum of RGB (Red+Green+Blue) = 197+60+159=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C9F is #3AC360. Grayscale: #6F6F6F. Windows color (decimal): -3851105 or 10435781. OLE color: 10435781.

HSL color Cylindrical-coordinate representation of color #C53C9F: hue angle of 316.64º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C9F is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 159 -
CMYK 0 0.70 0.19 0.23
HSL 316.64º 0.54% 0.5% -
HSV(B) 316.64º 0.7% 0.77% -
XYZ 30.9 17.61 34.57 -
YUV 112.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 197 60 159 0 0.70 0.19 0.23 316.64 0.54 0.5
Hex C5 3C 9F 0 46 13 17 13D 36 32
Octal 305 74 237 0 106 23 27 475 66 62
Binary 11000101 111100 10011111 0 1000110 10011 10111 100111101 110110 110010

Color Harmonies of #C53C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C9F

Black with #C53C9F

Text Example


Text Example

White with #C53C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C9F; }

 p { color: rgb(197,60,159); }

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

background-color css

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

 a { background-color: rgb(197,60,159); }

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

border-color css

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

 span { border-color: rgb(197,60,159); }

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