Html Css Color HEX #C355A2 Mulberry

📋 copy color: '#C355A2'

red 195 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #C355A2

Tints of Mulberry #C355A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 44.12%
G = 19.23%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C355A2 (or 0xC355A2) is known color: Mulberry. HEX triplet: C3, 55 and A2. RGB value is (195,85,162). Sum of RGB (Red+Green+Blue) = 195+85+162=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C355A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355A2 is #3CAA5D. Grayscale: #7E7E7E. Windows color (decimal): -3975774 or 10638787. OLE color: 10638787.

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

Color convert

RGB 195 85 162 -
CMYK 0 0.56 0.17 0.24
HSL 318º 0.48% 0.55% -
HSV(B) 318º 0.56% 0.76% -
XYZ 32.28 20.71 36.48 -
YUV 126.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 195 85 162 0 0.56 0.17 0.24 318 0.48 0.55
Hex C3 55 A2 0 38 11 18 13E 30 37
Octal 303 125 242 0 70 21 30 476 60 67
Binary 11000011 1010101 10100010 0 111000 10001 11000 100111110 110000 110111

Color Harmonies of #C355A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355A2

Black with #C355A2

Text Example


Text Example

White with #C355A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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