Html Css Color HEX #C05FA0 Mulberry

📋 copy color: '#C05FA0'

red 192 ◦ green 95 ◦ blue 160

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

Shades of Mulberry #C05FA0

Tints of Mulberry #C05FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.25%

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

R = 42.95%
G = 21.25%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C05FA0 (or 0xC05FA0) is known color: Mulberry. HEX triplet: C0, 5F and A0. RGB value is (192,95,160). Sum of RGB (Red+Green+Blue) = 192+95+160=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA0 is #3FA05F. Grayscale: #838383. Windows color (decimal): -4169824 or 10510272. OLE color: 10510272.

HSL color Cylindrical-coordinate representation of color #C05FA0: hue angle of 319.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FA0 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 160 -
CMYK 0 0.51 0.17 0.25
HSL 319.79º 0.43% 0.56% -
HSV(B) 319.79º 0.51% 0.75% -
XYZ 32.18 21.93 35.79 -
YUV 131.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 192 95 160 0 0.51 0.17 0.25 319.79 0.43 0.56
Hex C0 5F A0 0 33 11 19 140 2B 38
Octal 300 137 240 0 63 21 31 500 53 70
Binary 11000000 1011111 10100000 0 110011 10001 11001 101000000 101011 111000

Color Harmonies of #C05FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FA0

Black with #C05FA0

Text Example


Text Example

White with #C05FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FA0; }

 p { color: rgb(192,95,160); }

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

background-color css

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

 a { background-color: rgb(192,95,160); }

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

border-color css

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

 span { border-color: rgb(192,95,160); }

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