Html Css Color HEX #C237AE Fuchsia

📋 copy color: '#C237AE'

red 194 ◦ green 55 ◦ blue 174

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

Shades of Fuchsia #C237AE

Tints of Fuchsia #C237AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13%

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

R = 45.86%
G = 13%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C237AE (or 0xC237AE) is known color: Fuchsia. HEX triplet: C2, 37 and AE. RGB value is (194,55,174). Sum of RGB (Red+Green+Blue) = 194+55+174=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C237AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C237AE is #3DC851. Grayscale: #6D6D6D. Windows color (decimal): -4048978 or 11417538. OLE color: 11417538.

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

Color convert

RGB 194 55 174 -
CMYK 0 0.72 0.10 0.24
HSL 308.63º 0.56% 0.49% -
HSV(B) 308.63º 0.72% 0.76% -
XYZ 31.25 17.26 41.73 -
YUV 110.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 194 55 174 0 0.72 0.10 0.24 308.63 0.56 0.49
Hex C2 37 AE 0 48 A 18 135 38 31
Octal 302 67 256 0 110 12 30 465 70 61
Binary 11000010 110111 10101110 0 1001000 1010 11000 100110101 111000 110001

Color Harmonies of #C237AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237AE

Black with #C237AE

Text Example


Text Example

White with #C237AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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