Html Css Color HEX #C34DA1 Mulberry

📋 copy color: '#C34DA1'

red 195 ◦ green 77 ◦ blue 161

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

Shades of Mulberry #C34DA1

Tints of Mulberry #C34DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

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

R = 45.03%
G = 17.78%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C34DA1 (or 0xC34DA1) is known color: Mulberry. HEX triplet: C3, 4D and A1. RGB value is (195,77,161). Sum of RGB (Red+Green+Blue) = 195+77+161=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DA1 is #3CB25E. Grayscale: #797979. Windows color (decimal): -3977823 or 10571203. OLE color: 10571203.

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

Color convert

RGB 195 77 161 -
CMYK 0 0.61 0.17 0.24
HSL 317.29º 0.5% 0.53% -
HSV(B) 317.29º 0.61% 0.76% -
XYZ 31.59 19.48 35.81 -
YUV 121.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 195 77 161 0 0.61 0.17 0.24 317.29 0.5 0.53
Hex C3 4D A1 0 3D 11 18 13D 32 35
Octal 303 115 241 0 75 21 30 475 62 65
Binary 11000011 1001101 10100001 0 111101 10001 11000 100111101 110010 110101

Color Harmonies of #C34DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DA1

Black with #C34DA1

Text Example


Text Example

White with #C34DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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