Html Css Color HEX #C75482 Mulberry

📋 copy color: '#C75482'

red 199 ◦ green 84 ◦ blue 130

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

Shades of Mulberry #C75482

Tints of Mulberry #C75482

RGB

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

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

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

R = 48.18%
G = 20.34%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C75482 (or 0xC75482) is known color: Mulberry. HEX triplet: C7, 54 and 82. RGB value is (199,84,130). Sum of RGB (Red+Green+Blue) = 199+84+130=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C75482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75482 is #38AB7D. Grayscale: #7B7B7B. Windows color (decimal): -3713918 or 8541383. OLE color: 8541383.

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

Color convert

RGB 199 84 130 -
CMYK 0 0.58 0.35 0.22
HSL 336º 0.51% 0.55% -
HSV(B) 336º 0.58% 0.78% -
XYZ 30.75 20.09 23.38 -
YUV 123.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 199 84 130 0 0.58 0.35 0.22 336 0.51 0.55
Hex C7 54 82 0 3A 23 16 150 33 37
Octal 307 124 202 0 72 43 26 520 63 67
Binary 11000111 1010100 10000010 0 111010 100011 10110 101010000 110011 110111

Color Harmonies of #C75482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75482

Black with #C75482

Text Example


Text Example

White with #C75482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75482; }

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

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

background-color css

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

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

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

border-color css

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

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

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