Html Css Color HEX #C35894 Mulberry

📋 copy color: '#C35894'

red 195 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #C35894

Tints of Mulberry #C35894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 45.24%
G = 20.42%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C35894 (or 0xC35894) is known color: Mulberry. HEX triplet: C3, 58 and 94. RGB value is (195,88,148). Sum of RGB (Red+Green+Blue) = 195+88+148=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35894 is #3CA76B. Grayscale: #7E7E7E. Windows color (decimal): -3975020 or 9722051. OLE color: 9722051.

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

Color convert

RGB 195 88 148 -
CMYK 0 0.55 0.24 0.24
HSL 326.36º 0.47% 0.55% -
HSV(B) 326.36º 0.55% 0.76% -
XYZ 31.34 20.72 30.36 -
YUV 126.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 195 88 148 0 0.55 0.24 0.24 326.36 0.47 0.55
Hex C3 58 94 0 37 18 18 146 2F 37
Octal 303 130 224 0 67 30 30 506 57 67
Binary 11000011 1011000 10010100 0 110111 11000 11000 101000110 101111 110111

Color Harmonies of #C35894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35894

Black with #C35894

Text Example


Text Example

White with #C35894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35894; }

 p { color: rgb(195,88,148); }

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

background-color css

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

 a { background-color: rgb(195,88,148); }

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

border-color css

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

 span { border-color: rgb(195,88,148); }

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