Html Css Color HEX #C75483 Mulberry

📋 copy color: '#C75483'

red 199 ◦ green 84 ◦ blue 131

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

Shades of Mulberry #C75483

Tints of Mulberry #C75483

RGB

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

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

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

R = 48.07%
G = 20.29%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C75483 (or 0xC75483) is known color: Mulberry. HEX triplet: C7, 54 and 83. RGB value is (199,84,131). Sum of RGB (Red+Green+Blue) = 199+84+131=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C75483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75483 is #38AB7C. Grayscale: #7B7B7B. Windows color (decimal): -3713917 or 8606919. OLE color: 8606919.

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

Color convert

RGB 199 84 131 -
CMYK 0 0.58 0.34 0.22
HSL 335.48º 0.51% 0.55% -
HSV(B) 335.48º 0.58% 0.78% -
XYZ 30.82 20.12 23.73 -
YUV 123.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 199 84 131 0 0.58 0.34 0.22 335.48 0.51 0.55
Hex C7 54 83 0 3A 22 16 14F 33 37
Octal 307 124 203 0 72 42 26 517 63 67
Binary 11000111 1010100 10000011 0 111010 100010 10110 101001111 110011 110111

Color Harmonies of #C75483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75483

Black with #C75483

Text Example


Text Example

White with #C75483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75483; }

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

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

background-color css

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

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

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

border-color css

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

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

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