Html Css Color HEX #C453A0 Mulberry

📋 copy color: '#C453A0'

red 196 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #C453A0

Tints of Mulberry #C453A0

RGB

 RED value IS 196 (76.95% from 255) = 44.65%

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

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 44.65%
G = 18.91%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C453A0 (or 0xC453A0) is known color: Mulberry. HEX triplet: C4, 53 and A0. RGB value is (196,83,160). Sum of RGB (Red+Green+Blue) = 196+83+160=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C453A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453A0 is #3BAC5F. Grayscale: #7D7D7D. Windows color (decimal): -3910752 or 10507204. OLE color: 10507204.

HSL color Cylindrical-coordinate representation of color #C453A0: hue angle of 319.12º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C453A0 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 160 -
CMYK 0 0.58 0.18 0.23
HSL 319.12º 0.49% 0.55% -
HSV(B) 319.12º 0.58% 0.77% -
XYZ 32.2 20.46 35.51 -
YUV 125.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 196 83 160 0 0.58 0.18 0.23 319.12 0.49 0.55
Hex C4 53 A0 0 3A 12 17 13F 31 37
Octal 304 123 240 0 72 22 27 477 61 67
Binary 11000100 1010011 10100000 0 111010 10010 10111 100111111 110001 110111

Color Harmonies of #C453A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453A0

Black with #C453A0

Text Example


Text Example

White with #C453A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453A0; }

 p { color: rgb(196,83,160); }

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

background-color css

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

 a { background-color: rgb(196,83,160); }

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

border-color css

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

 span { border-color: rgb(196,83,160); }

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