Html Css Color HEX #C040A1 Mulberry

📋 copy color: '#C040A1'

red 192 ◦ green 64 ◦ blue 161

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

Shades of Mulberry #C040A1

Tints of Mulberry #C040A1

RGB

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

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

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

R = 46.04%
G = 15.35%
B = 38.61%

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

#C040A1 (or 0xC040A1) is known color: Mulberry. HEX triplet: C0, 40 and A1. RGB value is (192,64,161). Sum of RGB (Red+Green+Blue) = 192+64+161=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C040A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040A1 is #3FBF5E. Grayscale: #717171. Windows color (decimal): -4177759 or 10567872. OLE color: 10567872.

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

Color convert

RGB 192 64 161 -
CMYK 0 0.67 0.16 0.25
HSL 314.53º 0.5% 0.5% -
HSV(B) 314.53º 0.67% 0.75% -
XYZ 30 17.45 35.5 -
YUV 113.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 192 64 161 0 0.67 0.16 0.25 314.53 0.5 0.5
Hex C0 40 A1 0 43 10 19 13B 32 32
Octal 300 100 241 0 103 20 31 473 62 62
Binary 11000000 1000000 10100001 0 1000011 10000 11001 100111011 110010 110010

Color Harmonies of #C040A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040A1

Black with #C040A1

Text Example


Text Example

White with #C040A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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