Html Css Color HEX #C34491 Mulberry

📋 copy color: '#C34491'

red 195 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #C34491

Tints of Mulberry #C34491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 47.79%
G = 16.67%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C34491 (or 0xC34491) is known color: Mulberry. HEX triplet: C3, 44 and 91. RGB value is (195,68,145). Sum of RGB (Red+Green+Blue) = 195+68+145=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C34491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34491 is #3CBB6E. Grayscale: #727272. Windows color (decimal): -3980143 or 9520323. OLE color: 9520323.

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

Color convert

RGB 195 68 145 -
CMYK 0 0.65 0.26 0.24
HSL 323.62º 0.51% 0.52% -
HSV(B) 323.62º 0.65% 0.76% -
XYZ 29.68 17.78 28.66 -
YUV 114.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 195 68 145 0 0.65 0.26 0.24 323.62 0.51 0.52
Hex C3 44 91 0 41 1A 18 144 33 34
Octal 303 104 221 0 101 32 30 504 63 64
Binary 11000011 1000100 10010001 0 1000001 11010 11000 101000100 110011 110100

Color Harmonies of #C34491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34491

Black with #C34491

Text Example


Text Example

White with #C34491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34491; }

 p { color: rgb(195,68,145); }

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

background-color css

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

 a { background-color: rgb(195,68,145); }

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

border-color css

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

 span { border-color: rgb(195,68,145); }

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