Html Css Color HEX #C73F82 Mulberry

📋 copy color: '#C73F82'

red 199 ◦ green 63 ◦ blue 130

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

Shades of Mulberry #C73F82

Tints of Mulberry #C73F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 50.77%
G = 16.07%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C73F82 (or 0xC73F82) is known color: Mulberry. HEX triplet: C7, 3F and 82. RGB value is (199,63,130). Sum of RGB (Red+Green+Blue) = 199+63+130=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73F82 is #38C07D. Grayscale: #6F6F6F. Windows color (decimal): -3719294 or 8536007. OLE color: 8536007.

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

Color convert

RGB 199 63 130 -
CMYK 0 0.68 0.35 0.22
HSL 330.44º 0.55% 0.51% -
HSV(B) 330.44º 0.68% 0.78% -
XYZ 29.36 17.31 22.91 -
YUV 111.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 199 63 130 0 0.68 0.35 0.22 330.44 0.55 0.51
Hex C7 3F 82 0 44 23 16 14A 37 33
Octal 307 77 202 0 104 43 26 512 67 63
Binary 11000111 111111 10000010 0 1000100 100011 10110 101001010 110111 110011

Color Harmonies of #C73F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F82

Black with #C73F82

Text Example


Text Example

White with #C73F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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