Html Css Color HEX #C35194 Mulberry

📋 copy color: '#C35194'

red 195 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #C35194

Tints of Mulberry #C35194

RGB

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

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

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

R = 45.99%
G = 19.1%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C35194 (or 0xC35194) is known color: Mulberry. HEX triplet: C3, 51 and 94. RGB value is (195,81,148). Sum of RGB (Red+Green+Blue) = 195+81+148=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C35194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35194 is #3CAE6B. Grayscale: #7A7A7A. Windows color (decimal): -3976812 or 9720259. OLE color: 9720259.

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

Color convert

RGB 195 81 148 -
CMYK 0 0.58 0.24 0.24
HSL 324.74º 0.49% 0.54% -
HSV(B) 324.74º 0.58% 0.76% -
XYZ 30.79 19.63 30.18 -
YUV 122.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 195 81 148 0 0.58 0.24 0.24 324.74 0.49 0.54
Hex C3 51 94 0 3A 18 18 145 31 36
Octal 303 121 224 0 72 30 30 505 61 66
Binary 11000011 1010001 10010100 0 111010 11000 11000 101000101 110001 110110

Color Harmonies of #C35194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35194

Black with #C35194

Text Example


Text Example

White with #C35194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35194; }

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

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

background-color css

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

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

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

border-color css

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

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

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