Html Css Color HEX #C242AE Fuchsia

📋 copy color: '#C242AE'

red 194 ◦ green 66 ◦ blue 174

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

Shades of Fuchsia #C242AE

Tints of Fuchsia #C242AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

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

R = 44.7%
G = 15.21%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C242AE (or 0xC242AE) is known color: Fuchsia. HEX triplet: C2, 42 and AE. RGB value is (194,66,174). Sum of RGB (Red+Green+Blue) = 194+66+174=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C242AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242AE is #3DBD51. Grayscale: #747474. Windows color (decimal): -4046162 or 11420354. OLE color: 11420354.

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

Color convert

RGB 194 66 174 -
CMYK 0 0.66 0.10 0.24
HSL 309.38º 0.51% 0.51% -
HSV(B) 309.38º 0.66% 0.76% -
XYZ 31.84 18.42 41.92 -
YUV 116.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 194 66 174 0 0.66 0.10 0.24 309.38 0.51 0.51
Hex C2 42 AE 0 42 A 18 135 33 33
Octal 302 102 256 0 102 12 30 465 63 63
Binary 11000010 1000010 10101110 0 1000010 1010 11000 100110101 110011 110011

Color Harmonies of #C242AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242AE

Black with #C242AE

Text Example


Text Example

White with #C242AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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