Html Css Color HEX #C34485 Mulberry

📋 copy color: '#C34485'

red 195 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #C34485

Tints of Mulberry #C34485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 49.24%
G = 17.17%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34485 (or 0xC34485) is known color: Mulberry. HEX triplet: C3, 44 and 85. RGB value is (195,68,133). Sum of RGB (Red+Green+Blue) = 195+68+133=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34485 is #3CBB7A. Grayscale: #717171. Windows color (decimal): -3980155 or 8733891. OLE color: 8733891.

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

Color convert

RGB 195 68 133 -
CMYK 0 0.65 0.32 0.24
HSL 329.29º 0.51% 0.52% -
HSV(B) 329.29º 0.65% 0.76% -
XYZ 28.81 17.43 24.04 -
YUV 113.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 195 68 133 0 0.65 0.32 0.24 329.29 0.51 0.52
Hex C3 44 85 0 41 20 18 149 33 34
Octal 303 104 205 0 101 40 30 511 63 64
Binary 11000011 1000100 10000101 0 1000001 100000 11000 101001001 110011 110100

Color Harmonies of #C34485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34485

Black with #C34485

Text Example


Text Example

White with #C34485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34485; }

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

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

background-color css

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

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

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

border-color css

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

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

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