Html Css Color HEX #C353A2 Mulberry

📋 copy color: '#C353A2'

red 195 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #C353A2

Tints of Mulberry #C353A2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

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

R = 44.32%
G = 18.86%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C353A2 (or 0xC353A2) is known color: Mulberry. HEX triplet: C3, 53 and A2. RGB value is (195,83,162). Sum of RGB (Red+Green+Blue) = 195+83+162=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C353A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353A2 is #3CAC5D. Grayscale: #7D7D7D. Windows color (decimal): -3976286 or 10638275. OLE color: 10638275.

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

Color convert

RGB 195 83 162 -
CMYK 0 0.57 0.17 0.24
HSL 317.68º 0.48% 0.55% -
HSV(B) 317.68º 0.57% 0.76% -
XYZ 32.12 20.4 36.43 -
YUV 125.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 195 83 162 0 0.57 0.17 0.24 317.68 0.48 0.55
Hex C3 53 A2 0 39 11 18 13E 30 37
Octal 303 123 242 0 71 21 30 476 60 67
Binary 11000011 1010011 10100010 0 111001 10001 11000 100111110 110000 110111

Color Harmonies of #C353A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353A2

Black with #C353A2

Text Example


Text Example

White with #C353A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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