Html Css Color HEX #C235AE Fuchsia

📋 copy color: '#C235AE'

red 194 ◦ green 53 ◦ blue 174

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

Shades of Fuchsia #C235AE

Tints of Fuchsia #C235AE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.59%

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

R = 46.08%
G = 12.59%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C235AE (or 0xC235AE) is known color: Fuchsia. HEX triplet: C2, 35 and AE. RGB value is (194,53,174). Sum of RGB (Red+Green+Blue) = 194+53+174=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C235AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235AE is #3DCA51. Grayscale: #6C6C6C. Windows color (decimal): -4049490 or 11417026. OLE color: 11417026.

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

Color convert

RGB 194 53 174 -
CMYK 0 0.73 0.10 0.24
HSL 308.51º 0.57% 0.48% -
HSV(B) 308.51º 0.73% 0.76% -
XYZ 31.16 17.07 41.7 -
YUV 108.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 194 53 174 0 0.73 0.10 0.24 308.51 0.57 0.48
Hex C2 35 AE 0 49 A 18 135 39 30
Octal 302 65 256 0 111 12 30 465 71 60
Binary 11000010 110101 10101110 0 1001001 1010 11000 100110101 111001 110000

Color Harmonies of #C235AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235AE

Black with #C235AE

Text Example


Text Example

White with #C235AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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