Html Css Color HEX #C73F85 Mulberry

📋 copy color: '#C73F85'

red 199 ◦ green 63 ◦ blue 133

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

Shades of Mulberry #C73F85

Tints of Mulberry #C73F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 50.38%
G = 15.95%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C73F85 (or 0xC73F85) is known color: Mulberry. HEX triplet: C7, 3F and 85. RGB value is (199,63,133). Sum of RGB (Red+Green+Blue) = 199+63+133=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73F85 is #38C07A. Grayscale: #6F6F6F. Windows color (decimal): -3719291 or 8732615. OLE color: 8732615.

HSL color Cylindrical-coordinate representation of color #C73F85: hue angle of 329.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F85 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 63 133 -
CMYK 0 0.68 0.33 0.22
HSL 329.12º 0.55% 0.51% -
HSV(B) 329.12º 0.68% 0.78% -
XYZ 29.56 17.39 23.99 -
YUV 111.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 199 63 133 0 0.68 0.33 0.22 329.12 0.55 0.51
Hex C7 3F 85 0 44 21 16 149 37 33
Octal 307 77 205 0 104 41 26 511 67 63
Binary 11000111 111111 10000101 0 1000100 100001 10110 101001001 110111 110011

Color Harmonies of #C73F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F85

Black with #C73F85

Text Example


Text Example

White with #C73F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F85; }

 p { color: rgb(199,63,133); }

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

background-color css

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

 a { background-color: rgb(199,63,133); }

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

border-color css

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

 span { border-color: rgb(199,63,133); }

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