Html Css Color HEX #C040AE Fuchsia

📋 copy color: '#C040AE'

red 192 ◦ green 64 ◦ blue 174

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

Shades of Fuchsia #C040AE

Tints of Fuchsia #C040AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 44.65%
G = 14.88%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C040AE (or 0xC040AE) is known color: Fuchsia. HEX triplet: C0, 40 and AE. RGB value is (192,64,174). Sum of RGB (Red+Green+Blue) = 192+64+174=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C040AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040AE is #3FBF51. Grayscale: #727272. Windows color (decimal): -4177746 or 11419840. OLE color: 11419840.

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

Color convert

RGB 192 64 174 -
CMYK 0 0.67 0.09 0.25
HSL 308.44º 0.5% 0.5% -
HSV(B) 308.44º 0.67% 0.75% -
XYZ 31.21 17.93 41.86 -
YUV 114.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 192 64 174 0 0.67 0.09 0.25 308.44 0.5 0.5
Hex C0 40 AE 0 43 9 19 134 32 32
Octal 300 100 256 0 103 11 31 464 62 62
Binary 11000000 1000000 10101110 0 1000011 1001 11001 100110100 110010 110010

Color Harmonies of #C040AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040AE

Black with #C040AE

Text Example


Text Example

White with #C040AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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