Html Css Color HEX #C53F83 Mulberry

📋 copy color: '#C53F83'

red 197 ◦ green 63 ◦ blue 131

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

Shades of Mulberry #C53F83

Tints of Mulberry #C53F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 50.38%
G = 16.11%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C53F83 (or 0xC53F83) is known color: Mulberry. HEX triplet: C5, 3F and 83. RGB value is (197,63,131). Sum of RGB (Red+Green+Blue) = 197+63+131=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F83 is #3AC07C. Grayscale: #6E6E6E. Windows color (decimal): -3850365 or 8601541. OLE color: 8601541.

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

Color convert

RGB 197 63 131 -
CMYK 0 0.68 0.34 0.23
HSL 329.55º 0.54% 0.51% -
HSV(B) 329.55º 0.68% 0.77% -
XYZ 28.9 17.06 23.24 -
YUV 110.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 197 63 131 0 0.68 0.34 0.23 329.55 0.54 0.51
Hex C5 3F 83 0 44 22 17 14A 36 33
Octal 305 77 203 0 104 42 27 512 66 63
Binary 11000101 111111 10000011 0 1000100 100010 10111 101001010 110110 110011

Color Harmonies of #C53F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F83

Black with #C53F83

Text Example


Text Example

White with #C53F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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