Html Css Color HEX #C350A6 Mulberry

📋 copy color: '#C350A6'

red 195 ◦ green 80 ◦ blue 166

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

Shades of Mulberry #C350A6

Tints of Mulberry #C350A6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 44.22%
G = 18.14%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C350A6 (or 0xC350A6) is known color: Mulberry. HEX triplet: C3, 50 and A6. RGB value is (195,80,166). Sum of RGB (Red+Green+Blue) = 195+80+166=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C350A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350A6 is #3CAF59. Grayscale: #7B7B7B. Windows color (decimal): -3977050 or 10899651. OLE color: 10899651.

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

Color convert

RGB 195 80 166 -
CMYK 0 0.59 0.15 0.24
HSL 315.13º 0.49% 0.54% -
HSV(B) 315.13º 0.59% 0.76% -
XYZ 32.26 20.09 38.25 -
YUV 124.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 195 80 166 0 0.59 0.15 0.24 315.13 0.49 0.54
Hex C3 50 A6 0 3B F 18 13B 31 36
Octal 303 120 246 0 73 17 30 473 61 66
Binary 11000011 1010000 10100110 0 111011 1111 11000 100111011 110001 110110

Color Harmonies of #C350A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350A6

Black with #C350A6

Text Example


Text Example

White with #C350A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350A6; }

 p { color: rgb(195,80,166); }

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

background-color css

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

 a { background-color: rgb(195,80,166); }

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

border-color css

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

 span { border-color: rgb(195,80,166); }

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