Html Css Color HEX #C35197 Mulberry

📋 copy color: '#C35197'

red 195 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #C35197

Tints of Mulberry #C35197

RGB

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

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

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

R = 45.67%
G = 18.97%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C35197 (or 0xC35197) is known color: Mulberry. HEX triplet: C3, 51 and 97. RGB value is (195,81,151). Sum of RGB (Red+Green+Blue) = 195+81+151=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C35197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35197 is #3CAE68. Grayscale: #7A7A7A. Windows color (decimal): -3976809 or 9916867. OLE color: 9916867.

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

Color convert

RGB 195 81 151 -
CMYK 0 0.58 0.23 0.24
HSL 323.16º 0.49% 0.54% -
HSV(B) 323.16º 0.58% 0.76% -
XYZ 31.03 19.72 31.45 -
YUV 123.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 195 81 151 0 0.58 0.23 0.24 323.16 0.49 0.54
Hex C3 51 97 0 3A 17 18 143 31 36
Octal 303 121 227 0 72 27 30 503 61 66
Binary 11000011 1010001 10010111 0 111010 10111 11000 101000011 110001 110110

Color Harmonies of #C35197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35197

Black with #C35197

Text Example


Text Example

White with #C35197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35197; }

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

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

background-color css

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

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

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

border-color css

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

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

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