Html Css Color HEX #C34197 Mulberry

📋 copy color: '#C34197'

red 195 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #C34197

Tints of Mulberry #C34197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 47.45%
G = 15.82%
B = 36.74%

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

#C34197 (or 0xC34197) is known color: Mulberry. HEX triplet: C3, 41 and 97. RGB value is (195,65,151). Sum of RGB (Red+Green+Blue) = 195+65+151=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C34197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34197 is #3CBE68. Grayscale: #717171. Windows color (decimal): -3980905 or 9912771. OLE color: 9912771.

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

Color convert

RGB 195 65 151 -
CMYK 0 0.67 0.23 0.24
HSL 320.31º 0.52% 0.51% -
HSV(B) 320.31º 0.67% 0.76% -
XYZ 29.98 17.62 31.1 -
YUV 113.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 195 65 151 0 0.67 0.23 0.24 320.31 0.52 0.51
Hex C3 41 97 0 43 17 18 140 34 33
Octal 303 101 227 0 103 27 30 500 64 63
Binary 11000011 1000001 10010111 0 1000011 10111 11000 101000000 110100 110011

Color Harmonies of #C34197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34197

Black with #C34197

Text Example


Text Example

White with #C34197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34197; }

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

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

background-color css

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

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

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

border-color css

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

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

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