Html Css Color HEX #C74595 Mulberry

📋 copy color: '#C74595'

red 199 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #C74595

Tints of Mulberry #C74595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 47.72%
G = 16.55%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74595 (or 0xC74595) is known color: Mulberry. HEX triplet: C7, 45 and 95. RGB value is (199,69,149). Sum of RGB (Red+Green+Blue) = 199+69+149=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C74595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74595 is #38BA6A. Grayscale: #747474. Windows color (decimal): -3717739 or 9782727. OLE color: 9782727.

HSL color Cylindrical-coordinate representation of color #C74595: hue angle of 323.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74595 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 149 -
CMYK 0 0.65 0.25 0.22
HSL 323.08º 0.54% 0.53% -
HSV(B) 323.08º 0.65% 0.78% -
XYZ 31.11 18.57 30.38 -
YUV 116.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 199 69 149 0 0.65 0.25 0.22 323.08 0.54 0.53
Hex C7 45 95 0 41 19 16 143 36 35
Octal 307 105 225 0 101 31 26 503 66 65
Binary 11000111 1000101 10010101 0 1000001 11001 10110 101000011 110110 110101

Color Harmonies of #C74595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74595

Black with #C74595

Text Example


Text Example

White with #C74595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74595; }

 p { color: rgb(199,69,149); }

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

background-color css

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

 a { background-color: rgb(199,69,149); }

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

border-color css

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

 span { border-color: rgb(199,69,149); }

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