Html Css Color HEX #C34196 Mulberry

📋 copy color: '#C34196'

red 195 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #C34196

Tints of Mulberry #C34196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 47.56%
G = 15.85%
B = 36.59%

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

#C34196 (or 0xC34196) is known color: Mulberry. HEX triplet: C3, 41 and 96. RGB value is (195,65,150). Sum of RGB (Red+Green+Blue) = 195+65+150=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34196 is #3CBE69. Grayscale: #717171. Windows color (decimal): -3980906 or 9847235. OLE color: 9847235.

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

Color convert

RGB 195 65 150 -
CMYK 0 0.67 0.23 0.24
HSL 320.77º 0.52% 0.51% -
HSV(B) 320.77º 0.67% 0.76% -
XYZ 29.9 17.58 30.67 -
YUV 113.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 195 65 150 0 0.67 0.23 0.24 320.77 0.52 0.51
Hex C3 41 96 0 43 17 18 141 34 33
Octal 303 101 226 0 103 27 30 501 64 63
Binary 11000011 1000001 10010110 0 1000011 10111 11000 101000001 110100 110011

Color Harmonies of #C34196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34196

Black with #C34196

Text Example


Text Example

White with #C34196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34196; }

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

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

background-color css

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

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

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

border-color css

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

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

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