Html Css Color HEX #C34F95 Mulberry

📋 copy color: '#C34F95'

red 195 ◦ green 79 ◦ blue 149

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

Shades of Mulberry #C34F95

Tints of Mulberry #C34F95

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

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

R = 46.1%
G = 18.68%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C34F95 (or 0xC34F95) is known color: Mulberry. HEX triplet: C3, 4F and 95. RGB value is (195,79,149). Sum of RGB (Red+Green+Blue) = 195+79+149=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F95 is #3CB06A. Grayscale: #797979. Windows color (decimal): -3977323 or 9785283. OLE color: 9785283.

HSL color Cylindrical-coordinate representation of color #C34F95: hue angle of 323.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F95 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 149 -
CMYK 0 0.59 0.24 0.24
HSL 323.79º 0.49% 0.54% -
HSV(B) 323.79º 0.59% 0.76% -
XYZ 30.73 19.36 30.55 -
YUV 121.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 195 79 149 0 0.59 0.24 0.24 323.79 0.49 0.54
Hex C3 4F 95 0 3B 18 18 144 31 36
Octal 303 117 225 0 73 30 30 504 61 66
Binary 11000011 1001111 10010101 0 111011 11000 11000 101000100 110001 110110

Color Harmonies of #C34F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F95

Black with #C34F95

Text Example


Text Example

White with #C34F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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