Html Css Color HEX #C44682 Mulberry

📋 copy color: '#C44682'

red 196 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #C44682

Tints of Mulberry #C44682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 49.49%
G = 17.68%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44682 (or 0xC44682) is known color: Mulberry. HEX triplet: C4, 46 and 82. RGB value is (196,70,130). Sum of RGB (Red+Green+Blue) = 196+70+130=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44682 is #3BB97D. Grayscale: #727272. Windows color (decimal): -3914110 or 8537796. OLE color: 8537796.

HSL color Cylindrical-coordinate representation of color #C44682: hue angle of 331.43º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44682 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 130 -
CMYK 0 0.64 0.34 0.23
HSL 331.43º 0.52% 0.52% -
HSV(B) 331.43º 0.64% 0.77% -
XYZ 28.98 17.73 23.01 -
YUV 114.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 196 70 130 0 0.64 0.34 0.23 331.43 0.52 0.52
Hex C4 46 82 0 40 22 17 14B 34 34
Octal 304 106 202 0 100 42 27 513 64 64
Binary 11000100 1000110 10000010 0 1000000 100010 10111 101001011 110100 110100

Color Harmonies of #C44682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44682

Black with #C44682

Text Example


Text Example

White with #C44682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44682; }

 p { color: rgb(196,70,130); }

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

background-color css

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

 a { background-color: rgb(196,70,130); }

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

border-color css

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

 span { border-color: rgb(196,70,130); }

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