Html Css Color HEX #C349A1 Mulberry

📋 copy color: '#C349A1'

red 195 ◦ green 73 ◦ blue 161

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

Shades of Mulberry #C349A1

Tints of Mulberry #C349A1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

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

R = 45.45%
G = 17.02%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C349A1 (or 0xC349A1) is known color: Mulberry. HEX triplet: C3, 49 and A1. RGB value is (195,73,161). Sum of RGB (Red+Green+Blue) = 195+73+161=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A1 is #3CB65E. Grayscale: #777777. Windows color (decimal): -3978847 or 10570179. OLE color: 10570179.

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

Color convert

RGB 195 73 161 -
CMYK 0 0.63 0.17 0.24
HSL 316.72º 0.5% 0.53% -
HSV(B) 316.72º 0.63% 0.76% -
XYZ 31.32 18.94 35.72 -
YUV 119.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 195 73 161 0 0.63 0.17 0.24 316.72 0.5 0.53
Hex C3 49 A1 0 3F 11 18 13D 32 35
Octal 303 111 241 0 77 21 30 475 62 65
Binary 11000011 1001001 10100001 0 111111 10001 11000 100111101 110010 110101

Color Harmonies of #C349A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349A1

Black with #C349A1

Text Example


Text Example

White with #C349A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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