Html Css Color HEX #C44CA6 Mulberry

📋 copy color: '#C44CA6'

red 196 ◦ green 76 ◦ blue 166

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

Shades of Mulberry #C44CA6

Tints of Mulberry #C44CA6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 166 (65.23% from 255) = 37.9%

R = 44.75%
G = 17.35%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C44CA6 (or 0xC44CA6) is known color: Mulberry. HEX triplet: C4, 4C and A6. RGB value is (196,76,166). Sum of RGB (Red+Green+Blue) = 196+76+166=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CA6 is #3BB359. Grayscale: #797979. Windows color (decimal): -3912538 or 10898628. OLE color: 10898628.

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

Color convert

RGB 196 76 166 -
CMYK 0 0.61 0.15 0.23
HSL 315º 0.5% 0.53% -
HSV(B) 315º 0.61% 0.77% -
XYZ 32.23 19.66 38.17 -
YUV 122.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 196 76 166 0 0.61 0.15 0.23 315 0.5 0.53
Hex C4 4C A6 0 3D F 17 13B 32 35
Octal 304 114 246 0 75 17 27 473 62 65
Binary 11000100 1001100 10100110 0 111101 1111 10111 100111011 110010 110101

Color Harmonies of #C44CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CA6

Black with #C44CA6

Text Example


Text Example

White with #C44CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CA6; }

 p { color: rgb(196,76,166); }

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

background-color css

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

 a { background-color: rgb(196,76,166); }

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

border-color css

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

 span { border-color: rgb(196,76,166); }

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