Html Css Color HEX #C73BA5 Mulberry

📋 copy color: '#C73BA5'

red 199 ◦ green 59 ◦ blue 165

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

Shades of Mulberry #C73BA5

Tints of Mulberry #C73BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 47.04%
G = 13.95%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C73BA5 (or 0xC73BA5) is known color: Mulberry. HEX triplet: C7, 3B and A5. RGB value is (199,59,165). Sum of RGB (Red+Green+Blue) = 199+59+165=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BA5 is #38C45A. Grayscale: #707070. Windows color (decimal): -3720283 or 10828743. OLE color: 10828743.

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

Color convert

RGB 199 59 165 -
CMYK 0 0.70 0.17 0.22
HSL 314.57º 0.56% 0.51% -
HSV(B) 314.57º 0.7% 0.78% -
XYZ 31.91 17.99 37.39 -
YUV 112.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 199 59 165 0 0.70 0.17 0.22 314.57 0.56 0.51
Hex C7 3B A5 0 46 11 16 13B 38 33
Octal 307 73 245 0 106 21 26 473 70 63
Binary 11000111 111011 10100101 0 1000110 10001 10110 100111011 111000 110011

Color Harmonies of #C73BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BA5

Black with #C73BA5

Text Example


Text Example

White with #C73BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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