Html Css Color HEX #C34087 Mulberry

📋 copy color: '#C34087'

red 195 ◦ green 64 ◦ blue 135

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

Shades of Mulberry #C34087

Tints of Mulberry #C34087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 49.49%
G = 16.24%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34087 (or 0xC34087) is known color: Mulberry. HEX triplet: C3, 40 and 87. RGB value is (195,64,135). Sum of RGB (Red+Green+Blue) = 195+64+135=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C34087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34087 is #3CBF78. Grayscale: #6F6F6F. Windows color (decimal): -3981177 or 8863939. OLE color: 8863939.

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

Color convert

RGB 195 64 135 -
CMYK 0 0.67 0.31 0.24
HSL 327.48º 0.52% 0.51% -
HSV(B) 327.48º 0.67% 0.76% -
XYZ 28.71 17.02 24.69 -
YUV 111.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 195 64 135 0 0.67 0.31 0.24 327.48 0.52 0.51
Hex C3 40 87 0 43 1F 18 147 34 33
Octal 303 100 207 0 103 37 30 507 64 63
Binary 11000011 1000000 10000111 0 1000011 11111 11000 101000111 110100 110011

Color Harmonies of #C34087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34087

Black with #C34087

Text Example


Text Example

White with #C34087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34087; }

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

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

background-color css

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

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

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

border-color css

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

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

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