Html Css Color HEX #C454A1 Mulberry

📋 copy color: '#C454A1'

red 196 ◦ green 84 ◦ blue 161

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

Shades of Mulberry #C454A1

Tints of Mulberry #C454A1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

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

R = 44.44%
G = 19.05%
B = 36.51%

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

#C454A1 (or 0xC454A1) is known color: Mulberry. HEX triplet: C4, 54 and A1. RGB value is (196,84,161). Sum of RGB (Red+Green+Blue) = 196+84+161=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C454A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454A1 is #3BAB5E. Grayscale: #7E7E7E. Windows color (decimal): -3910495 or 10572996. OLE color: 10572996.

HSL color Cylindrical-coordinate representation of color #C454A1: hue angle of 318.75º degrees, saturation: 0.49, 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 #C454A1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 84 161 -
CMYK 0 0.57 0.18 0.23
HSL 318.75º 0.49% 0.55% -
HSV(B) 318.75º 0.57% 0.77% -
XYZ 32.37 20.65 36 -
YUV 126.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 196 84 161 0 0.57 0.18 0.23 318.75 0.49 0.55
Hex C4 54 A1 0 39 12 17 13F 31 37
Octal 304 124 241 0 71 22 27 477 61 67
Binary 11000100 1010100 10100001 0 111001 10010 10111 100111111 110001 110111

Color Harmonies of #C454A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454A1

Black with #C454A1

Text Example


Text Example

White with #C454A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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