Html Css Color HEX #C231AE Fuchsia

📋 copy color: '#C231AE'

red 194 ◦ green 49 ◦ blue 174

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

Shades of Fuchsia #C231AE

Tints of Fuchsia #C231AE

RGB

 RED value IS 194 (76.17% from 255) = 46.52%

 GREEN value IS 49 (19.53% from 255) = 11.75%

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

R = 46.52%
G = 11.75%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C231AE (or 0xC231AE) is known color: Fuchsia. HEX triplet: C2, 31 and AE. RGB value is (194,49,174). Sum of RGB (Red+Green+Blue) = 194+49+174=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C231AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231AE is #3DCE51. Grayscale: #6A6A6A. Windows color (decimal): -4050514 or 11416002. OLE color: 11416002.

HSL color Cylindrical-coordinate representation of color #C231AE: hue angle of 308.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231AE is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 174 -
CMYK 0 0.75 0.10 0.24
HSL 308.28º 0.6% 0.48% -
HSV(B) 308.28º 0.75% 0.76% -
XYZ 30.99 16.72 41.64 -
YUV 106.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 194 49 174 0 0.75 0.10 0.24 308.28 0.6 0.48
Hex C2 31 AE 0 4B A 18 134 3C 30
Octal 302 61 256 0 113 12 30 464 74 60
Binary 11000010 110001 10101110 0 1001011 1010 11000 100110100 111100 110000

Color Harmonies of #C231AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231AE

Black with #C231AE

Text Example


Text Example

White with #C231AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231AE; }

 p { color: rgb(194,49,174); }

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

background-color css

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

 a { background-color: rgb(194,49,174); }

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

border-color css

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

 span { border-color: rgb(194,49,174); }

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