Html Css Color HEX #C34F85 Mulberry

📋 copy color: '#C34F85'

red 195 ◦ green 79 ◦ blue 133

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

Shades of Mulberry #C34F85

Tints of Mulberry #C34F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 47.91%
G = 19.41%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34F85 (or 0xC34F85) is known color: Mulberry. HEX triplet: C3, 4F and 85. RGB value is (195,79,133). Sum of RGB (Red+Green+Blue) = 195+79+133=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F85 is #3CB07A. Grayscale: #777777. Windows color (decimal): -3977339 or 8736707. OLE color: 8736707.

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

Color convert

RGB 195 79 133 -
CMYK 0 0.59 0.32 0.24
HSL 332.07º 0.49% 0.54% -
HSV(B) 332.07º 0.59% 0.76% -
XYZ 29.54 18.89 24.28 -
YUV 119.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 195 79 133 0 0.59 0.32 0.24 332.07 0.49 0.54
Hex C3 4F 85 0 3B 20 18 14C 31 36
Octal 303 117 205 0 73 40 30 514 61 66
Binary 11000011 1001111 10000101 0 111011 100000 11000 101001100 110001 110110

Color Harmonies of #C34F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F85

Black with #C34F85

Text Example


Text Example

White with #C34F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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