Html Css Color HEX #C34988 Mulberry

📋 copy color: '#C34988'

red 195 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #C34988

Tints of Mulberry #C34988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 48.27%
G = 18.07%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C34988 (or 0xC34988) is known color: Mulberry. HEX triplet: C3, 49 and 88. RGB value is (195,73,136). Sum of RGB (Red+Green+Blue) = 195+73+136=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C34988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34988 is #3CB677. Grayscale: #747474. Windows color (decimal): -3978872 or 8931779. OLE color: 8931779.

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

Color convert

RGB 195 73 136 -
CMYK 0 0.63 0.30 0.24
HSL 329.02º 0.5% 0.53% -
HSV(B) 329.02º 0.63% 0.76% -
XYZ 29.33 18.14 25.25 -
YUV 116.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 195 73 136 0 0.63 0.30 0.24 329.02 0.5 0.53
Hex C3 49 88 0 3F 1E 18 149 32 35
Octal 303 111 210 0 77 36 30 511 62 65
Binary 11000011 1001001 10001000 0 111111 11110 11000 101001001 110010 110101

Color Harmonies of #C34988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34988

Black with #C34988

Text Example


Text Example

White with #C34988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34988; }

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

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

background-color css

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

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

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

border-color css

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

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

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