Html Css Color HEX #C34983 Mulberry

📋 copy color: '#C34983'

red 195 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #C34983

Tints of Mulberry #C34983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 48.87%
G = 18.3%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C34983 (or 0xC34983) is known color: Mulberry. HEX triplet: C3, 49 and 83. RGB value is (195,73,131). Sum of RGB (Red+Green+Blue) = 195+73+131=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34983 is #3CB67C. Grayscale: #737373. Windows color (decimal): -3978877 or 8604099. OLE color: 8604099.

HSL color Cylindrical-coordinate representation of color #C34983: hue angle of 331.48º 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 #C34983 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 131 -
CMYK 0 0.63 0.33 0.24
HSL 331.48º 0.5% 0.53% -
HSV(B) 331.48º 0.63% 0.76% -
XYZ 28.98 18.01 23.42 -
YUV 116.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 195 73 131 0 0.63 0.33 0.24 331.48 0.5 0.53
Hex C3 49 83 0 3F 21 18 14B 32 35
Octal 303 111 203 0 77 41 30 513 62 65
Binary 11000011 1001001 10000011 0 111111 100001 11000 101001011 110010 110101

Color Harmonies of #C34983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34983

Black with #C34983

Text Example


Text Example

White with #C34983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34983; }

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

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

background-color css

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

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

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

border-color css

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

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

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