Html Css Color HEX #C051A2 Mulberry

📋 copy color: '#C051A2'

red 192 ◦ green 81 ◦ blue 162

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

Shades of Mulberry #C051A2

Tints of Mulberry #C051A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 44.14%
G = 18.62%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C051A2 (or 0xC051A2) is known color: Mulberry. HEX triplet: C0, 51 and A2. RGB value is (192,81,162). Sum of RGB (Red+Green+Blue) = 192+81+162=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C051A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051A2 is #3FAE5D. Grayscale: #7B7B7B. Windows color (decimal): -4173406 or 10637760. OLE color: 10637760.

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

Color convert

RGB 192 81 162 -
CMYK 0 0.58 0.16 0.25
HSL 316.22º 0.47% 0.54% -
HSV(B) 316.22º 0.58% 0.75% -
XYZ 31.2 19.7 36.34 -
YUV 123.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 192 81 162 0 0.58 0.16 0.25 316.22 0.47 0.54
Hex C0 51 A2 0 3A 10 19 13C 2F 36
Octal 300 121 242 0 72 20 31 474 57 66
Binary 11000000 1010001 10100010 0 111010 10000 11001 100111100 101111 110110

Color Harmonies of #C051A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051A2

Black with #C051A2

Text Example


Text Example

White with #C051A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051A2; }

 p { color: rgb(192,81,162); }

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

background-color css

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

 a { background-color: rgb(192,81,162); }

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

border-color css

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

 span { border-color: rgb(192,81,162); }

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