Html Css Color HEX #C246B0 Fuchsia

📋 copy color: '#C246B0'

red 194 ◦ green 70 ◦ blue 176

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

Shades of Fuchsia #C246B0

Tints of Fuchsia #C246B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 44.09%
G = 15.91%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C246B0 (or 0xC246B0) is known color: Fuchsia. HEX triplet: C2, 46 and B0. RGB value is (194,70,176). Sum of RGB (Red+Green+Blue) = 194+70+176=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246B0 is #3DB94F. Grayscale: #767676. Windows color (decimal): -4045136 or 11552450. OLE color: 11552450.

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

Color convert

RGB 194 70 176 -
CMYK 0 0.64 0.09 0.24
HSL 308.71º 0.5% 0.52% -
HSV(B) 308.71º 0.64% 0.76% -
XYZ 32.27 18.98 43.04 -
YUV 119.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 194 70 176 0 0.64 0.09 0.24 308.71 0.5 0.52
Hex C2 46 B0 0 40 9 18 135 32 34
Octal 302 106 260 0 100 11 30 465 62 64
Binary 11000010 1000110 10110000 0 1000000 1001 11000 100110101 110010 110100

Color Harmonies of #C246B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246B0

Black with #C246B0

Text Example


Text Example

White with #C246B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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