Html Css Color HEX #C34384 Mulberry

📋 copy color: '#C34384'

red 195 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #C34384

Tints of Mulberry #C34384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

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

R = 49.49%
G = 17.01%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34384 (or 0xC34384) is known color: Mulberry. HEX triplet: C3, 43 and 84. RGB value is (195,67,132). Sum of RGB (Red+Green+Blue) = 195+67+132=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C34384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34384 is #3CBC7B. Grayscale: #707070. Windows color (decimal): -3980412 or 8668099. OLE color: 8668099.

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

Color convert

RGB 195 67 132 -
CMYK 0 0.66 0.32 0.24
HSL 329.53º 0.52% 0.51% -
HSV(B) 329.53º 0.66% 0.76% -
XYZ 28.68 17.28 23.65 -
YUV 112.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 195 67 132 0 0.66 0.32 0.24 329.53 0.52 0.51
Hex C3 43 84 0 42 20 18 14A 34 33
Octal 303 103 204 0 102 40 30 512 64 63
Binary 11000011 1000011 10000100 0 1000010 100000 11000 101001010 110100 110011

Color Harmonies of #C34384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34384

Black with #C34384

Text Example


Text Example

White with #C34384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34384; }

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

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

background-color css

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

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

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

border-color css

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

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

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