Html Css Color HEX #C34998 Mulberry

📋 copy color: '#C34998'

red 195 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #C34998

Tints of Mulberry #C34998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 46.43%
G = 17.38%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34998 (or 0xC34998) is known color: Mulberry. HEX triplet: C3, 49 and 98. RGB value is (195,73,152). Sum of RGB (Red+Green+Blue) = 195+73+152=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C34998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34998 is #3CB667. Grayscale: #767676. Windows color (decimal): -3978856 or 9980355. OLE color: 9980355.

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

Color convert

RGB 195 73 152 -
CMYK 0 0.63 0.22 0.24
HSL 321.15º 0.5% 0.53% -
HSV(B) 321.15º 0.63% 0.76% -
XYZ 30.56 18.63 31.69 -
YUV 118.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 195 73 152 0 0.63 0.22 0.24 321.15 0.5 0.53
Hex C3 49 98 0 3F 16 18 141 32 35
Octal 303 111 230 0 77 26 30 501 62 65
Binary 11000011 1001001 10011000 0 111111 10110 11000 101000001 110010 110101

Color Harmonies of #C34998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34998

Black with #C34998

Text Example


Text Example

White with #C34998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34998; }

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

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

background-color css

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

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

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

border-color css

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

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

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