Html Css Color HEX #C34385 Mulberry

📋 copy color: '#C34385'

red 195 ◦ green 67 ◦ blue 133

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

Shades of Mulberry #C34385

Tints of Mulberry #C34385

RGB

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

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

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

R = 49.37%
G = 16.96%
B = 33.67%

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

#C34385 (or 0xC34385) is known color: Mulberry. HEX triplet: C3, 43 and 85. RGB value is (195,67,133). Sum of RGB (Red+Green+Blue) = 195+67+133=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34385 is #3CBC7A. Grayscale: #707070. Windows color (decimal): -3980411 or 8733635. OLE color: 8733635.

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

Color convert

RGB 195 67 133 -
CMYK 0 0.66 0.32 0.24
HSL 329.06º 0.52% 0.51% -
HSV(B) 329.06º 0.66% 0.76% -
XYZ 28.75 17.31 24.02 -
YUV 112.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 195 67 133 0 0.66 0.32 0.24 329.06 0.52 0.51
Hex C3 43 85 0 42 20 18 149 34 33
Octal 303 103 205 0 102 40 30 511 64 63
Binary 11000011 1000011 10000101 0 1000010 100000 11000 101001001 110100 110011

Color Harmonies of #C34385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34385

Black with #C34385

Text Example


Text Example

White with #C34385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34385; }

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

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

background-color css

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

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

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

border-color css

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

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

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