Html Css Color HEX #C246BF Fuchsia

📋 copy color: '#C246BF'

red 194 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #C246BF

Tints of Fuchsia #C246BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 42.64%
G = 15.38%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C246BF (or 0xC246BF) is known color: Fuchsia. HEX triplet: C2, 46 and BF. RGB value is (194,70,191). Sum of RGB (Red+Green+Blue) = 194+70+191=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BF is #3DB940. Grayscale: #787878. Windows color (decimal): -4045121 or 12535490. OLE color: 12535490.

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

Color convert

RGB 194 70 191 -
CMYK 0 0.64 0.02 0.24
HSL 301.45º 0.5% 0.52% -
HSV(B) 301.45º 0.64% 0.76% -
XYZ 33.84 19.61 51.29 -
YUV 120.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 194 70 191 0 0.64 0.02 0.24 301.45 0.5 0.52
Hex C2 46 BF 0 40 2 18 12D 32 34
Octal 302 106 277 0 100 2 30 455 62 64
Binary 11000010 1000110 10111111 0 1000000 10 11000 100101101 110010 110100

Color Harmonies of #C246BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246BF

Black with #C246BF

Text Example


Text Example

White with #C246BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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