Html Css Color HEX #C05AA1 Mulberry

📋 copy color: '#C05AA1'

red 192 ◦ green 90 ◦ blue 161

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

Shades of Mulberry #C05AA1

Tints of Mulberry #C05AA1

RGB

 RED value IS 192 (75.39% from 255) = 43.34%

 GREEN value IS 90 (35.55% from 255) = 20.32%

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 43.34%
G = 20.32%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C05AA1 (or 0xC05AA1) is known color: Mulberry. HEX triplet: C0, 5A and A1. RGB value is (192,90,161). Sum of RGB (Red+Green+Blue) = 192+90+161=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA1 is #3FA55E. Grayscale: #808080. Windows color (decimal): -4171103 or 10574528. OLE color: 10574528.

HSL color Cylindrical-coordinate representation of color #C05AA1: hue angle of 318.24º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AA1 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 161 -
CMYK 0 0.53 0.16 0.25
HSL 318.24º 0.45% 0.55% -
HSV(B) 318.24º 0.53% 0.75% -
XYZ 31.83 21.09 36.11 -
YUV 128.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 192 90 161 0 0.53 0.16 0.25 318.24 0.45 0.55
Hex C0 5A A1 0 35 10 19 13E 2D 37
Octal 300 132 241 0 65 20 31 476 55 67
Binary 11000000 1011010 10100001 0 110101 10000 11001 100111110 101101 110111

Color Harmonies of #C05AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AA1

Black with #C05AA1

Text Example


Text Example

White with #C05AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AA1; }

 p { color: rgb(192,90,161); }

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

background-color css

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

 a { background-color: rgb(192,90,161); }

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

border-color css

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

 span { border-color: rgb(192,90,161); }

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