Html Css Color HEX #C35191 Mulberry

📋 copy color: '#C35191'

red 195 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #C35191

Tints of Mulberry #C35191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 46.32%
G = 19.24%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C35191 (or 0xC35191) is known color: Mulberry. HEX triplet: C3, 51 and 91. RGB value is (195,81,145). Sum of RGB (Red+Green+Blue) = 195+81+145=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C35191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35191 is #3CAE6E. Grayscale: #7A7A7A. Windows color (decimal): -3976815 or 9523651. OLE color: 9523651.

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

Color convert

RGB 195 81 145 -
CMYK 0 0.58 0.26 0.24
HSL 326.32º 0.49% 0.54% -
HSV(B) 326.32º 0.58% 0.76% -
XYZ 30.56 19.53 28.95 -
YUV 122.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 195 81 145 0 0.58 0.26 0.24 326.32 0.49 0.54
Hex C3 51 91 0 3A 1A 18 146 31 36
Octal 303 121 221 0 72 32 30 506 61 66
Binary 11000011 1010001 10010001 0 111010 11010 11000 101000110 110001 110110

Color Harmonies of #C35191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35191

Black with #C35191

Text Example


Text Example

White with #C35191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35191; }

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

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

background-color css

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

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

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

border-color css

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

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

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