Html Css Color HEX #C34096 Mulberry

📋 copy color: '#C34096'

red 195 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #C34096

Tints of Mulberry #C34096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 47.68%
G = 15.65%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34096 (or 0xC34096) is known color: Mulberry. HEX triplet: C3, 40 and 96. RGB value is (195,64,150). Sum of RGB (Red+Green+Blue) = 195+64+150=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C34096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34096 is #3CBF69. Grayscale: #707070. Windows color (decimal): -3981162 or 9846979. OLE color: 9846979.

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

Color convert

RGB 195 64 150 -
CMYK 0 0.67 0.23 0.24
HSL 320.61º 0.52% 0.51% -
HSV(B) 320.61º 0.67% 0.76% -
XYZ 29.84 17.47 30.65 -
YUV 112.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 195 64 150 0 0.67 0.23 0.24 320.61 0.52 0.51
Hex C3 40 96 0 43 17 18 141 34 33
Octal 303 100 226 0 103 27 30 501 64 63
Binary 11000011 1000000 10010110 0 1000011 10111 11000 101000001 110100 110011

Color Harmonies of #C34096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34096

Black with #C34096

Text Example


Text Example

White with #C34096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34096; }

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

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

background-color css

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

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

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

border-color css

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

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

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