Html Css Color HEX #C346A1 Mulberry

📋 copy color: '#C346A1'

red 195 ◦ green 70 ◦ blue 161

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

Shades of Mulberry #C346A1

Tints of Mulberry #C346A1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

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

R = 45.77%
G = 16.43%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C346A1 (or 0xC346A1) is known color: Mulberry. HEX triplet: C3, 46 and A1. RGB value is (195,70,161). Sum of RGB (Red+Green+Blue) = 195+70+161=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C346A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346A1 is #3CB95E. Grayscale: #757575. Windows color (decimal): -3979615 or 10569411. OLE color: 10569411.

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

Color convert

RGB 195 70 161 -
CMYK 0 0.64 0.17 0.24
HSL 316.32º 0.51% 0.52% -
HSV(B) 316.32º 0.64% 0.76% -
XYZ 31.13 18.56 35.66 -
YUV 117.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 195 70 161 0 0.64 0.17 0.24 316.32 0.51 0.52
Hex C3 46 A1 0 40 11 18 13C 33 34
Octal 303 106 241 0 100 21 30 474 63 64
Binary 11000011 1000110 10100001 0 1000000 10001 11000 100111100 110011 110100

Color Harmonies of #C346A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346A1

Black with #C346A1

Text Example


Text Example

White with #C346A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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