Html Css Color HEX #C351A2 Mulberry

📋 copy color: '#C351A2'

red 195 ◦ green 81 ◦ blue 162

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

Shades of Mulberry #C351A2

Tints of Mulberry #C351A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.99%

R = 44.52%
G = 18.49%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C351A2 (or 0xC351A2) is known color: Mulberry. HEX triplet: C3, 51 and A2. RGB value is (195,81,162). Sum of RGB (Red+Green+Blue) = 195+81+162=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C351A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351A2 is #3CAE5D. Grayscale: #7C7C7C. Windows color (decimal): -3976798 or 10637763. OLE color: 10637763.

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

Color convert

RGB 195 81 162 -
CMYK 0 0.58 0.17 0.24
HSL 317.37º 0.49% 0.54% -
HSV(B) 317.37º 0.58% 0.76% -
XYZ 31.97 20.1 36.38 -
YUV 124.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 195 81 162 0 0.58 0.17 0.24 317.37 0.49 0.54
Hex C3 51 A2 0 3A 11 18 13D 31 36
Octal 303 121 242 0 72 21 30 475 61 66
Binary 11000011 1010001 10100010 0 111010 10001 11000 100111101 110001 110110

Color Harmonies of #C351A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351A2

Black with #C351A2

Text Example


Text Example

White with #C351A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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