Html Css Color HEX #C74083 Mulberry

📋 copy color: '#C74083'

red 199 ◦ green 64 ◦ blue 131

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

Shades of Mulberry #C74083

Tints of Mulberry #C74083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.24%

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

R = 50.51%
G = 16.24%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C74083 (or 0xC74083) is known color: Mulberry. HEX triplet: C7, 40 and 83. RGB value is (199,64,131). Sum of RGB (Red+Green+Blue) = 199+64+131=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C74083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74083 is #38BF7C. Grayscale: #6F6F6F. Windows color (decimal): -3719037 or 8601799. OLE color: 8601799.

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

Color convert

RGB 199 64 131 -
CMYK 0 0.68 0.34 0.22
HSL 330.22º 0.55% 0.52% -
HSV(B) 330.22º 0.68% 0.78% -
XYZ 29.48 17.45 23.29 -
YUV 112 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 199 64 131 0 0.68 0.34 0.22 330.22 0.55 0.52
Hex C7 40 83 0 44 22 16 14A 37 34
Octal 307 100 203 0 104 42 26 512 67 64
Binary 11000111 1000000 10000011 0 1000100 100010 10110 101001010 110111 110100

Color Harmonies of #C74083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74083

Black with #C74083

Text Example


Text Example

White with #C74083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74083; }

 p { color: rgb(199,64,131); }

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

background-color css

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

 a { background-color: rgb(199,64,131); }

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

border-color css

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

 span { border-color: rgb(199,64,131); }

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