Html Css Color HEX #C34984 Mulberry

📋 copy color: '#C34984'

red 195 ◦ green 73 ◦ blue 132

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

Shades of Mulberry #C34984

Tints of Mulberry #C34984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33%

R = 48.75%
G = 18.25%
B = 33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34984 (or 0xC34984) is known color: Mulberry. HEX triplet: C3, 49 and 84. RGB value is (195,73,132). Sum of RGB (Red+Green+Blue) = 195+73+132=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34984 is #3CB67B. Grayscale: #747474. Windows color (decimal): -3978876 or 8669635. OLE color: 8669635.

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

Color convert

RGB 195 73 132 -
CMYK 0 0.63 0.32 0.24
HSL 330.98º 0.5% 0.53% -
HSV(B) 330.98º 0.63% 0.76% -
XYZ 29.05 18.03 23.78 -
YUV 116.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 195 73 132 0 0.63 0.32 0.24 330.98 0.5 0.53
Hex C3 49 84 0 3F 20 18 14B 32 35
Octal 303 111 204 0 77 40 30 513 62 65
Binary 11000011 1001001 10000100 0 111111 100000 11000 101001011 110010 110101

Color Harmonies of #C34984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34984

Black with #C34984

Text Example


Text Example

White with #C34984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34984; }

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

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

background-color css

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

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

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

border-color css

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

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

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