Html Css Color HEX #C53F8E Mulberry

📋 copy color: '#C53F8E'

red 197 ◦ green 63 ◦ blue 142

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

Shades of Mulberry #C53F8E

Tints of Mulberry #C53F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.67%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 49%
G = 15.67%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C53F8E (or 0xC53F8E) is known color: Mulberry. HEX triplet: C5, 3F and 8E. RGB value is (197,63,142). Sum of RGB (Red+Green+Blue) = 197+63+142=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F8E is #3AC071. Grayscale: #6F6F6F. Windows color (decimal): -3850354 or 9322437. OLE color: 9322437.

HSL color Cylindrical-coordinate representation of color #C53F8E: hue angle of 324.63º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F8E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 142 -
CMYK 0 0.68 0.28 0.23
HSL 324.63º 0.54% 0.51% -
HSV(B) 324.63º 0.68% 0.77% -
XYZ 29.69 17.38 27.38 -
YUV 112.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 197 63 142 0 0.68 0.28 0.23 324.63 0.54 0.51
Hex C5 3F 8E 0 44 1C 17 145 36 33
Octal 305 77 216 0 104 34 27 505 66 63
Binary 11000101 111111 10001110 0 1000100 11100 10111 101000101 110110 110011

Color Harmonies of #C53F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F8E

Black with #C53F8E

Text Example


Text Example

White with #C53F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F8E; }

 p { color: rgb(197,63,142); }

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

background-color css

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

 a { background-color: rgb(197,63,142); }

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

border-color css

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

 span { border-color: rgb(197,63,142); }

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