Html Css Color HEX #C040A2 Mulberry

📋 copy color: '#C040A2'

red 192 ◦ green 64 ◦ blue 162

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

Shades of Mulberry #C040A2

Tints of Mulberry #C040A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 45.93%
G = 15.31%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C040A2 (or 0xC040A2) is known color: Mulberry. HEX triplet: C0, 40 and A2. RGB value is (192,64,162). Sum of RGB (Red+Green+Blue) = 192+64+162=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C040A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040A2 is #3FBF5D. Grayscale: #717171. Windows color (decimal): -4177758 or 10633408. OLE color: 10633408.

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

Color convert

RGB 192 64 162 -
CMYK 0 0.67 0.16 0.25
HSL 314.06º 0.5% 0.5% -
HSV(B) 314.06º 0.67% 0.75% -
XYZ 30.09 17.48 35.97 -
YUV 113.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 192 64 162 0 0.67 0.16 0.25 314.06 0.5 0.5
Hex C0 40 A2 0 43 10 19 13A 32 32
Octal 300 100 242 0 103 20 31 472 62 62
Binary 11000000 1000000 10100010 0 1000011 10000 11001 100111010 110010 110010

Color Harmonies of #C040A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040A2

Black with #C040A2

Text Example


Text Example

White with #C040A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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