Html Css Color HEX #C75384 Mulberry

📋 copy color: '#C75384'

red 199 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #C75384

Tints of Mulberry #C75384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 48.07%
G = 20.05%
B = 31.88%

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

#C75384 (or 0xC75384) is known color: Mulberry. HEX triplet: C7, 53 and 84. RGB value is (199,83,132). Sum of RGB (Red+Green+Blue) = 199+83+132=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C75384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75384 is #38AC7B. Grayscale: #7B7B7B. Windows color (decimal): -3714172 or 8672199. OLE color: 8672199.

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

Color convert

RGB 199 83 132 -
CMYK 0 0.58 0.34 0.22
HSL 334.66º 0.51% 0.55% -
HSV(B) 334.66º 0.58% 0.78% -
XYZ 30.81 19.99 24.07 -
YUV 123.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 199 83 132 0 0.58 0.34 0.22 334.66 0.51 0.55
Hex C7 53 84 0 3A 22 16 14F 33 37
Octal 307 123 204 0 72 42 26 517 63 67
Binary 11000111 1010011 10000100 0 111010 100010 10110 101001111 110011 110111

Color Harmonies of #C75384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75384

Black with #C75384

Text Example


Text Example

White with #C75384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75384; }

 p { color: rgb(199,83,132); }

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

background-color css

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

 a { background-color: rgb(199,83,132); }

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

border-color css

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

 span { border-color: rgb(199,83,132); }

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