Html Css Color HEX #C34085 Mulberry

📋 copy color: '#C34085'

red 195 ◦ green 64 ◦ blue 133

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

Shades of Mulberry #C34085

Tints of Mulberry #C34085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.33%

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

R = 49.74%
G = 16.33%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C34085 (or 0xC34085) is known color: Mulberry. HEX triplet: C3, 40 and 85. RGB value is (195,64,133). Sum of RGB (Red+Green+Blue) = 195+64+133=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C34085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34085 is #3CBF7A. Grayscale: #6E6E6E. Windows color (decimal): -3981179 or 8732867. OLE color: 8732867.

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

Color convert

RGB 195 64 133 -
CMYK 0 0.67 0.32 0.24
HSL 328.4º 0.52% 0.51% -
HSV(B) 328.4º 0.67% 0.76% -
XYZ 28.57 16.96 23.96 -
YUV 111.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 195 64 133 0 0.67 0.32 0.24 328.4 0.52 0.51
Hex C3 40 85 0 43 20 18 148 34 33
Octal 303 100 205 0 103 40 30 510 64 63
Binary 11000011 1000000 10000101 0 1000011 100000 11000 101001000 110100 110011

Color Harmonies of #C34085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34085

Black with #C34085

Text Example


Text Example

White with #C34085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34085; }

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

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

background-color css

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

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

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

border-color css

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

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

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