Html Css Color HEX #C74384 Mulberry

📋 copy color: '#C74384'

red 199 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #C74384

Tints of Mulberry #C74384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.83%

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

R = 50%
G = 16.83%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C74384 (or 0xC74384) is known color: Mulberry. HEX triplet: C7, 43 and 84. RGB value is (199,67,132). Sum of RGB (Red+Green+Blue) = 199+67+132=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74384 is #38BC7B. Grayscale: #717171. Windows color (decimal): -3718268 or 8668103. OLE color: 8668103.

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

Color convert

RGB 199 67 132 -
CMYK 0 0.66 0.34 0.22
HSL 330.45º 0.54% 0.52% -
HSV(B) 330.45º 0.66% 0.78% -
XYZ 29.73 17.82 23.7 -
YUV 113.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 199 67 132 0 0.66 0.34 0.22 330.45 0.54 0.52
Hex C7 43 84 0 42 22 16 14A 36 34
Octal 307 103 204 0 102 42 26 512 66 64
Binary 11000111 1000011 10000100 0 1000010 100010 10110 101001010 110110 110100

Color Harmonies of #C74384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74384

Black with #C74384

Text Example


Text Example

White with #C74384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74384; }

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

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

background-color css

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

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

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

border-color css

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

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

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