Html Css Color HEX #C246B6 Fuchsia

📋 copy color: '#C246B6'

red 194 ◦ green 70 ◦ blue 182

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

Shades of Fuchsia #C246B6

Tints of Fuchsia #C246B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 43.5%
G = 15.7%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C246B6 (or 0xC246B6) is known color: Fuchsia. HEX triplet: C2, 46 and B6. RGB value is (194,70,182). Sum of RGB (Red+Green+Blue) = 194+70+182=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B6 is #3DB949. Grayscale: #777777. Windows color (decimal): -4045130 or 11945666. OLE color: 11945666.

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

Color convert

RGB 194 70 182 -
CMYK 0 0.64 0.06 0.24
HSL 305.81º 0.5% 0.52% -
HSV(B) 305.81º 0.64% 0.76% -
XYZ 32.88 19.23 46.23 -
YUV 119.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 194 70 182 0 0.64 0.06 0.24 305.81 0.5 0.52
Hex C2 46 B6 0 40 6 18 132 32 34
Octal 302 106 266 0 100 6 30 462 62 64
Binary 11000010 1000110 10110110 0 1000000 110 11000 100110010 110010 110100

Color Harmonies of #C246B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246B6

Black with #C246B6

Text Example


Text Example

White with #C246B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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