Html Css Color HEX #C353A5 Mulberry

📋 copy color: '#C353A5'

red 195 ◦ green 83 ◦ blue 165

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

Shades of Mulberry #C353A5

Tints of Mulberry #C353A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 44.02%
G = 18.74%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C353A5 (or 0xC353A5) is known color: Mulberry. HEX triplet: C3, 53 and A5. RGB value is (195,83,165). Sum of RGB (Red+Green+Blue) = 195+83+165=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C353A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353A5 is #3CAC5A. Grayscale: #7D7D7D. Windows color (decimal): -3976283 or 10834883. OLE color: 10834883.

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

Color convert

RGB 195 83 165 -
CMYK 0 0.57 0.15 0.24
HSL 316.07º 0.48% 0.55% -
HSV(B) 316.07º 0.57% 0.76% -
XYZ 32.39 20.51 37.85 -
YUV 125.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 195 83 165 0 0.57 0.15 0.24 316.07 0.48 0.55
Hex C3 53 A5 0 39 F 18 13C 30 37
Octal 303 123 245 0 71 17 30 474 60 67
Binary 11000011 1010011 10100101 0 111001 1111 11000 100111100 110000 110111

Color Harmonies of #C353A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353A5

Black with #C353A5

Text Example


Text Example

White with #C353A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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