Html Css Color HEX #C352A5 Mulberry

📋 copy color: '#C352A5'

red 195 ◦ green 82 ◦ blue 165

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

Shades of Mulberry #C352A5

Tints of Mulberry #C352A5

RGB

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

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

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

R = 44.12%
G = 18.55%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C352A5 (or 0xC352A5) is known color: Mulberry. HEX triplet: C3, 52 and A5. RGB value is (195,82,165). Sum of RGB (Red+Green+Blue) = 195+82+165=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C352A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352A5 is #3CAD5A. Grayscale: #7D7D7D. Windows color (decimal): -3976539 or 10834627. OLE color: 10834627.

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

Color convert

RGB 195 82 165 -
CMYK 0 0.58 0.15 0.24
HSL 315.93º 0.48% 0.54% -
HSV(B) 315.93º 0.58% 0.76% -
XYZ 32.31 20.35 37.82 -
YUV 125.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 195 82 165 0 0.58 0.15 0.24 315.93 0.48 0.54
Hex C3 52 A5 0 3A F 18 13C 30 36
Octal 303 122 245 0 72 17 30 474 60 66
Binary 11000011 1010010 10100101 0 111010 1111 11000 100111100 110000 110110

Color Harmonies of #C352A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352A5

Black with #C352A5

Text Example


Text Example

White with #C352A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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