Html Css Color HEX #C455A1 Mulberry

📋 copy color: '#C455A1'

red 196 ◦ green 85 ◦ blue 161

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

Shades of Mulberry #C455A1

Tints of Mulberry #C455A1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 44.34%
G = 19.23%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C455A1 (or 0xC455A1) is known color: Mulberry. HEX triplet: C4, 55 and A1. RGB value is (196,85,161). Sum of RGB (Red+Green+Blue) = 196+85+161=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A1 is #3BAA5E. Grayscale: #7E7E7E. Windows color (decimal): -3910239 or 10573252. OLE color: 10573252.

HSL color Cylindrical-coordinate representation of color #C455A1: hue angle of 318.92º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455A1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 161 -
CMYK 0 0.57 0.18 0.23
HSL 318.92º 0.48% 0.55% -
HSV(B) 318.92º 0.57% 0.77% -
XYZ 32.45 20.81 36.02 -
YUV 126.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 196 85 161 0 0.57 0.18 0.23 318.92 0.48 0.55
Hex C4 55 A1 0 39 12 17 13F 30 37
Octal 304 125 241 0 71 22 27 477 60 67
Binary 11000100 1010101 10100001 0 111001 10010 10111 100111111 110000 110111

Color Harmonies of #C455A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455A1

Black with #C455A1

Text Example


Text Example

White with #C455A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455A1; }

 p { color: rgb(196,85,161); }

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

background-color css

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

 a { background-color: rgb(196,85,161); }

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

border-color css

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

 span { border-color: rgb(196,85,161); }

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