Html Css Color HEX #C75490 Mulberry

📋 copy color: '#C75490'

red 199 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #C75490

Tints of Mulberry #C75490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 46.6%
G = 19.67%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C75490 (or 0xC75490) is known color: Mulberry. HEX triplet: C7, 54 and 90. RGB value is (199,84,144). Sum of RGB (Red+Green+Blue) = 199+84+144=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C75490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75490 is #38AB6F. Grayscale: #7D7D7D. Windows color (decimal): -3713904 or 9458887. OLE color: 9458887.

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

Color convert

RGB 199 84 144 -
CMYK 0 0.58 0.28 0.22
HSL 328.7º 0.51% 0.55% -
HSV(B) 328.7º 0.58% 0.78% -
XYZ 31.76 20.5 28.67 -
YUV 125.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 199 84 144 0 0.58 0.28 0.22 328.7 0.51 0.55
Hex C7 54 90 0 3A 1C 16 149 33 37
Octal 307 124 220 0 72 34 26 511 63 67
Binary 11000111 1010100 10010000 0 111010 11100 10110 101001001 110011 110111

Color Harmonies of #C75490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75490

Black with #C75490

Text Example


Text Example

White with #C75490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75490; }

 p { color: rgb(199,84,144); }

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

background-color css

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

 a { background-color: rgb(199,84,144); }

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

border-color css

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

 span { border-color: rgb(199,84,144); }

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