Html Css Color HEX #C34C95 Mulberry

📋 copy color: '#C34C95'

red 195 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #C34C95

Tints of Mulberry #C34C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 46.43%
G = 18.1%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C34C95 (or 0xC34C95) is known color: Mulberry. HEX triplet: C3, 4C and 95. RGB value is (195,76,149). Sum of RGB (Red+Green+Blue) = 195+76+149=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C95 is #3CB36A. Grayscale: #777777. Windows color (decimal): -3978091 or 9784515. OLE color: 9784515.

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

Color convert

RGB 195 76 149 -
CMYK 0 0.61 0.24 0.24
HSL 323.19º 0.5% 0.53% -
HSV(B) 323.19º 0.61% 0.76% -
XYZ 30.51 18.94 30.48 -
YUV 119.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 195 76 149 0 0.61 0.24 0.24 323.19 0.5 0.53
Hex C3 4C 95 0 3D 18 18 143 32 35
Octal 303 114 225 0 75 30 30 503 62 65
Binary 11000011 1001100 10010101 0 111101 11000 11000 101000011 110010 110101

Color Harmonies of #C34C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C95

Black with #C34C95

Text Example


Text Example

White with #C34C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C95; }

 p { color: rgb(195,76,149); }

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

background-color css

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

 a { background-color: rgb(195,76,149); }

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

border-color css

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

 span { border-color: rgb(195,76,149); }

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