Html Css Color HEX #C34F83 Mulberry

📋 copy color: '#C34F83'

red 195 ◦ green 79 ◦ blue 131

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

Shades of Mulberry #C34F83

Tints of Mulberry #C34F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 48.15%
G = 19.51%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C34F83 (or 0xC34F83) is known color: Mulberry. HEX triplet: C3, 4F and 83. RGB value is (195,79,131). Sum of RGB (Red+Green+Blue) = 195+79+131=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F83 is #3CB07C. Grayscale: #777777. Windows color (decimal): -3977341 or 8605635. OLE color: 8605635.

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

Color convert

RGB 195 79 131 -
CMYK 0 0.59 0.33 0.24
HSL 333.1º 0.49% 0.54% -
HSV(B) 333.1º 0.59% 0.76% -
XYZ 29.4 18.83 23.56 -
YUV 119.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 195 79 131 0 0.59 0.33 0.24 333.1 0.49 0.54
Hex C3 4F 83 0 3B 21 18 14D 31 36
Octal 303 117 203 0 73 41 30 515 61 66
Binary 11000011 1001111 10000011 0 111011 100001 11000 101001101 110001 110110

Color Harmonies of #C34F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F83

Black with #C34F83

Text Example


Text Example

White with #C34F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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