Html Css Color HEX #C246BB Fuchsia

📋 copy color: '#C246BB'

red 194 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #C246BB

Tints of Fuchsia #C246BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 43.02%
G = 15.52%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C246BB (or 0xC246BB) is known color: Fuchsia. HEX triplet: C2, 46 and BB. RGB value is (194,70,187). Sum of RGB (Red+Green+Blue) = 194+70+187=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BB is #3DB944. Grayscale: #787878. Windows color (decimal): -4045125 or 12273346. OLE color: 12273346.

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

Color convert

RGB 194 70 187 -
CMYK 0 0.64 0.04 0.24
HSL 303.39º 0.5% 0.52% -
HSV(B) 303.39º 0.64% 0.76% -
XYZ 33.41 19.44 49 -
YUV 120.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 194 70 187 0 0.64 0.04 0.24 303.39 0.5 0.52
Hex C2 46 BB 0 40 4 18 12F 32 34
Octal 302 106 273 0 100 4 30 457 62 64
Binary 11000010 1000110 10111011 0 1000000 100 11000 100101111 110010 110100

Color Harmonies of #C246BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246BB

Black with #C246BB

Text Example


Text Example

White with #C246BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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