Html Css Color HEX #C354A1 Mulberry

📋 copy color: '#C354A1'

red 195 ◦ green 84 ◦ blue 161

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

Shades of Mulberry #C354A1

Tints of Mulberry #C354A1

RGB

 RED value IS 195 (76.56% from 255) = 44.32%

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

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

R = 44.32%
G = 19.09%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C354A1 (or 0xC354A1) is known color: Mulberry. HEX triplet: C3, 54 and A1. RGB value is (195,84,161). Sum of RGB (Red+Green+Blue) = 195+84+161=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C354A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354A1 is #3CAB5E. Grayscale: #7D7D7D. Windows color (decimal): -3976031 or 10572995. OLE color: 10572995.

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

Color convert

RGB 195 84 161 -
CMYK 0 0.57 0.17 0.24
HSL 318.38º 0.48% 0.55% -
HSV(B) 318.38º 0.57% 0.76% -
XYZ 32.11 20.52 35.99 -
YUV 125.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 195 84 161 0 0.57 0.17 0.24 318.38 0.48 0.55
Hex C3 54 A1 0 39 11 18 13E 30 37
Octal 303 124 241 0 71 21 30 476 60 67
Binary 11000011 1010100 10100001 0 111001 10001 11000 100111110 110000 110111

Color Harmonies of #C354A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354A1

Black with #C354A1

Text Example


Text Example

White with #C354A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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