Html Css Color HEX #C73BA1 Mulberry

📋 copy color: '#C73BA1'

red 199 ◦ green 59 ◦ blue 161

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

Shades of Mulberry #C73BA1

Tints of Mulberry #C73BA1

RGB

 RED value IS 199 (78.13% from 255) = 47.49%

 GREEN value IS 59 (23.44% from 255) = 14.08%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 47.49%
G = 14.08%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C73BA1 (or 0xC73BA1) is known color: Mulberry. HEX triplet: C7, 3B and A1. RGB value is (199,59,161). Sum of RGB (Red+Green+Blue) = 199+59+161=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BA1 is #38C45E. Grayscale: #707070. Windows color (decimal): -3720287 or 10566599. OLE color: 10566599.

HSL color Cylindrical-coordinate representation of color #C73BA1: hue angle of 316.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73BA1 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 161 -
CMYK 0 0.70 0.19 0.22
HSL 316.29º 0.56% 0.51% -
HSV(B) 316.29º 0.7% 0.78% -
XYZ 31.55 17.84 35.5 -
YUV 112.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 199 59 161 0 0.70 0.19 0.22 316.29 0.56 0.51
Hex C7 3B A1 0 46 13 16 13C 38 33
Octal 307 73 241 0 106 23 26 474 70 63
Binary 11000111 111011 10100001 0 1000110 10011 10110 100111100 111000 110011

Color Harmonies of #C73BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BA1

Black with #C73BA1

Text Example


Text Example

White with #C73BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BA1; }

 p { color: rgb(199,59,161); }

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

background-color css

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

 a { background-color: rgb(199,59,161); }

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

border-color css

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

 span { border-color: rgb(199,59,161); }

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