Html Css Color HEX #C040A4 Mulberry

📋 copy color: '#C040A4'

red 192 ◦ green 64 ◦ blue 164

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

Shades of Mulberry #C040A4

Tints of Mulberry #C040A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.05%

R = 45.71%
G = 15.24%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C040A4 (or 0xC040A4) is known color: Mulberry. HEX triplet: C0, 40 and A4. RGB value is (192,64,164). Sum of RGB (Red+Green+Blue) = 192+64+164=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C040A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040A4 is #3FBF5B. Grayscale: #717171. Windows color (decimal): -4177756 or 10764480. OLE color: 10764480.

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

Color convert

RGB 192 64 164 -
CMYK 0 0.67 0.15 0.25
HSL 313.13º 0.5% 0.5% -
HSV(B) 313.13º 0.67% 0.75% -
XYZ 30.27 17.55 36.91 -
YUV 113.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 192 64 164 0 0.67 0.15 0.25 313.13 0.5 0.5
Hex C0 40 A4 0 43 F 19 139 32 32
Octal 300 100 244 0 103 17 31 471 62 62
Binary 11000000 1000000 10100100 0 1000011 1111 11001 100111001 110010 110010

Color Harmonies of #C040A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040A4

Black with #C040A4

Text Example


Text Example

White with #C040A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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