Html Css Color HEX #C44084 Mulberry

📋 copy color: '#C44084'

red 196 ◦ green 64 ◦ blue 132

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

Shades of Mulberry #C44084

Tints of Mulberry #C44084

RGB

 RED value IS 196 (76.95% from 255) = 50%

 GREEN value IS 64 (25.39% from 255) = 16.33%

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

R = 50%
G = 16.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C44084 (or 0xC44084) is known color: Mulberry. HEX triplet: C4, 40 and 84. RGB value is (196,64,132). Sum of RGB (Red+Green+Blue) = 196+64+132=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C44084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44084 is #3BBF7B. Grayscale: #6F6F6F. Windows color (decimal): -3915644 or 8667332. OLE color: 8667332.

HSL color Cylindrical-coordinate representation of color #C44084: hue angle of 329.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44084 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 132 -
CMYK 0 0.67 0.33 0.23
HSL 329.09º 0.53% 0.51% -
HSV(B) 329.09º 0.67% 0.77% -
XYZ 28.76 17.07 23.61 -
YUV 111.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 196 64 132 0 0.67 0.33 0.23 329.09 0.53 0.51
Hex C4 40 84 0 43 21 17 149 35 33
Octal 304 100 204 0 103 41 27 511 65 63
Binary 11000100 1000000 10000100 0 1000011 100001 10111 101001001 110101 110011

Color Harmonies of #C44084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44084

Black with #C44084

Text Example


Text Example

White with #C44084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44084; }

 p { color: rgb(196,64,132); }

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

background-color css

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

 a { background-color: rgb(196,64,132); }

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

border-color css

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

 span { border-color: rgb(196,64,132); }

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