Html Css Color HEX #C34985 Mulberry

📋 copy color: '#C34985'

red 195 ◦ green 73 ◦ blue 133

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

Shades of Mulberry #C34985

Tints of Mulberry #C34985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 48.63%
G = 18.2%
B = 33.17%

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

#C34985 (or 0xC34985) is known color: Mulberry. HEX triplet: C3, 49 and 85. RGB value is (195,73,133). Sum of RGB (Red+Green+Blue) = 195+73+133=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34985 is #3CB67A. Grayscale: #747474. Windows color (decimal): -3978875 or 8735171. OLE color: 8735171.

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

Color convert

RGB 195 73 133 -
CMYK 0 0.63 0.32 0.24
HSL 330.49º 0.5% 0.53% -
HSV(B) 330.49º 0.63% 0.76% -
XYZ 29.12 18.06 24.14 -
YUV 116.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 195 73 133 0 0.63 0.32 0.24 330.49 0.5 0.53
Hex C3 49 85 0 3F 20 18 14A 32 35
Octal 303 111 205 0 77 40 30 512 62 65
Binary 11000011 1001001 10000101 0 111111 100000 11000 101001010 110010 110101

Color Harmonies of #C34985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34985

Black with #C34985

Text Example


Text Example

White with #C34985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34985; }

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

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

background-color css

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

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

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

border-color css

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

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

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