Html Css Color HEX #C246A8 Fuchsia

📋 copy color: '#C246A8'

red 194 ◦ green 70 ◦ blue 168

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

Shades of Fuchsia #C246A8

Tints of Fuchsia #C246A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.89%

R = 44.91%
G = 16.2%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C246A8 (or 0xC246A8) is known color: Fuchsia. HEX triplet: C2, 46 and A8. RGB value is (194,70,168). Sum of RGB (Red+Green+Blue) = 194+70+168=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A8 is #3DB957. Grayscale: #757575. Windows color (decimal): -4045144 or 11028162. OLE color: 11028162.

HSL color Cylindrical-coordinate representation of color #C246A8: hue angle of 312.58º 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 #C246A8 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 168 -
CMYK 0 0.64 0.13 0.24
HSL 312.58º 0.5% 0.52% -
HSV(B) 312.58º 0.64% 0.76% -
XYZ 31.51 18.68 38.99 -
YUV 118.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 194 70 168 0 0.64 0.13 0.24 312.58 0.5 0.52
Hex C2 46 A8 0 40 D 18 139 32 34
Octal 302 106 250 0 100 15 30 471 62 64
Binary 11000010 1000110 10101000 0 1000000 1101 11000 100111001 110010 110100

Color Harmonies of #C246A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246A8

Black with #C246A8

Text Example


Text Example

White with #C246A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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