Html Css Color HEX #C246AE Fuchsia

📋 copy color: '#C246AE'

red 194 ◦ green 70 ◦ blue 174

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

Shades of Fuchsia #C246AE

Tints of Fuchsia #C246AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

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

R = 44.29%
G = 15.98%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C246AE (or 0xC246AE) is known color: Fuchsia. HEX triplet: C2, 46 and AE. RGB value is (194,70,174). Sum of RGB (Red+Green+Blue) = 194+70+174=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AE is #3DB951. Grayscale: #767676. Windows color (decimal): -4045138 or 11421378. OLE color: 11421378.

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

Color convert

RGB 194 70 174 -
CMYK 0 0.64 0.10 0.24
HSL 309.68º 0.5% 0.52% -
HSV(B) 309.68º 0.64% 0.76% -
XYZ 32.08 18.91 42 -
YUV 118.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 194 70 174 0 0.64 0.10 0.24 309.68 0.5 0.52
Hex C2 46 AE 0 40 A 18 136 32 34
Octal 302 106 256 0 100 12 30 466 62 64
Binary 11000010 1000110 10101110 0 1000000 1010 11000 100110110 110010 110100

Color Harmonies of #C246AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246AE

Black with #C246AE

Text Example


Text Example

White with #C246AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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