Html Css Color HEX #C351A6 Mulberry

📋 copy color: '#C351A6'

red 195 ◦ green 81 ◦ blue 166

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

Shades of Mulberry #C351A6

Tints of Mulberry #C351A6

RGB

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

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

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

R = 44.12%
G = 18.33%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C351A6 (or 0xC351A6) is known color: Mulberry. HEX triplet: C3, 51 and A6. RGB value is (195,81,166). Sum of RGB (Red+Green+Blue) = 195+81+166=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C351A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351A6 is #3CAE59. Grayscale: #7C7C7C. Windows color (decimal): -3976794 or 10899907. OLE color: 10899907.

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

Color convert

RGB 195 81 166 -
CMYK 0 0.58 0.15 0.24
HSL 315.26º 0.49% 0.54% -
HSV(B) 315.26º 0.58% 0.76% -
XYZ 32.33 20.24 38.28 -
YUV 124.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 195 81 166 0 0.58 0.15 0.24 315.26 0.49 0.54
Hex C3 51 A6 0 3A F 18 13B 31 36
Octal 303 121 246 0 72 17 30 473 61 66
Binary 11000011 1010001 10100110 0 111010 1111 11000 100111011 110001 110110

Color Harmonies of #C351A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351A6

Black with #C351A6

Text Example


Text Example

White with #C351A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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