Html Css Color HEX #C05FA1 Mulberry

📋 copy color: '#C05FA1'

red 192 ◦ green 95 ◦ blue 161

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

Shades of Mulberry #C05FA1

Tints of Mulberry #C05FA1

RGB

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

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

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

R = 42.86%
G = 21.21%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C05FA1 (or 0xC05FA1) is known color: Mulberry. HEX triplet: C0, 5F and A1. RGB value is (192,95,161). Sum of RGB (Red+Green+Blue) = 192+95+161=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA1 is #3FA05E. Grayscale: #838383. Windows color (decimal): -4169823 or 10575808. OLE color: 10575808.

HSL color Cylindrical-coordinate representation of color #C05FA1: hue angle of 319.18º 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 #C05FA1 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 161 -
CMYK 0 0.51 0.16 0.25
HSL 319.18º 0.43% 0.56% -
HSV(B) 319.18º 0.51% 0.75% -
XYZ 32.26 21.96 36.26 -
YUV 131.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 192 95 161 0 0.51 0.16 0.25 319.18 0.43 0.56
Hex C0 5F A1 0 33 10 19 13F 2B 38
Octal 300 137 241 0 63 20 31 477 53 70
Binary 11000000 1011111 10100001 0 110011 10000 11001 100111111 101011 111000

Color Harmonies of #C05FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FA1

Black with #C05FA1

Text Example


Text Example

White with #C05FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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