Html Css Color HEX #C34884 Mulberry

📋 copy color: '#C34884'

red 195 ◦ green 72 ◦ blue 132

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

Shades of Mulberry #C34884

Tints of Mulberry #C34884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 48.87%
G = 18.05%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34884 (or 0xC34884) is known color: Mulberry. HEX triplet: C3, 48 and 84. RGB value is (195,72,132). Sum of RGB (Red+Green+Blue) = 195+72+132=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34884 is #3CB77B. Grayscale: #737373. Windows color (decimal): -3979132 or 8669379. OLE color: 8669379.

HSL color Cylindrical-coordinate representation of color #C34884: hue angle of 330.73º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34884 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 132 -
CMYK 0 0.63 0.32 0.24
HSL 330.73º 0.51% 0.52% -
HSV(B) 330.73º 0.63% 0.76% -
XYZ 28.99 17.9 23.76 -
YUV 115.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 195 72 132 0 0.63 0.32 0.24 330.73 0.51 0.52
Hex C3 48 84 0 3F 20 18 14B 33 34
Octal 303 110 204 0 77 40 30 513 63 64
Binary 11000011 1001000 10000100 0 111111 100000 11000 101001011 110011 110100

Color Harmonies of #C34884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34884

Black with #C34884

Text Example


Text Example

White with #C34884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34884; }

 p { color: rgb(195,72,132); }

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

background-color css

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

 a { background-color: rgb(195,72,132); }

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

border-color css

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

 span { border-color: rgb(195,72,132); }

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