Html Css Color HEX #C34F80 Mulberry

📋 copy color: '#C34F80'

red 195 ◦ green 79 ◦ blue 128

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

Shades of Mulberry #C34F80

Tints of Mulberry #C34F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 48.51%
G = 19.65%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34F80 (or 0xC34F80) is known color: Mulberry. HEX triplet: C3, 4F and 80. RGB value is (195,79,128). Sum of RGB (Red+Green+Blue) = 195+79+128=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F80 is #3CB07F. Grayscale: #777777. Windows color (decimal): -3977344 or 8409027. OLE color: 8409027.

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

Color convert

RGB 195 79 128 -
CMYK 0 0.59 0.34 0.24
HSL 334.66º 0.49% 0.54% -
HSV(B) 334.66º 0.59% 0.76% -
XYZ 29.2 18.75 22.5 -
YUV 119.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 195 79 128 0 0.59 0.34 0.24 334.66 0.49 0.54
Hex C3 4F 80 0 3B 22 18 14F 31 36
Octal 303 117 200 0 73 42 30 517 61 66
Binary 11000011 1001111 10000000 0 111011 100010 11000 101001111 110001 110110

Color Harmonies of #C34F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F80

Black with #C34F80

Text Example


Text Example

White with #C34F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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