Html Css Color HEX #C352A4 Mulberry

📋 copy color: '#C352A4'

red 195 ◦ green 82 ◦ blue 164

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

Shades of Mulberry #C352A4

Tints of Mulberry #C352A4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 44.22%
G = 18.59%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C352A4 (or 0xC352A4) is known color: Mulberry. HEX triplet: C3, 52 and A4. RGB value is (195,82,164). Sum of RGB (Red+Green+Blue) = 195+82+164=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C352A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352A4 is #3CAD5B. Grayscale: #7C7C7C. Windows color (decimal): -3976540 or 10769091. OLE color: 10769091.

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

Color convert

RGB 195 82 164 -
CMYK 0 0.58 0.16 0.24
HSL 316.46º 0.48% 0.54% -
HSV(B) 316.46º 0.58% 0.76% -
XYZ 32.22 20.32 37.35 -
YUV 125.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 195 82 164 0 0.58 0.16 0.24 316.46 0.48 0.54
Hex C3 52 A4 0 3A 10 18 13C 30 36
Octal 303 122 244 0 72 20 30 474 60 66
Binary 11000011 1010010 10100100 0 111010 10000 11000 100111100 110000 110110

Color Harmonies of #C352A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352A4

Black with #C352A4

Text Example


Text Example

White with #C352A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352A4; }

 p { color: rgb(195,82,164); }

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

background-color css

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

 a { background-color: rgb(195,82,164); }

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

border-color css

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

 span { border-color: rgb(195,82,164); }

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