Html Css Color HEX #C246B8 Fuchsia

📋 copy color: '#C246B8'

red 194 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #C246B8

Tints of Fuchsia #C246B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 43.3%
G = 15.63%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C246B8 (or 0xC246B8) is known color: Fuchsia. HEX triplet: C2, 46 and B8. RGB value is (194,70,184). Sum of RGB (Red+Green+Blue) = 194+70+184=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B8 is #3DB947. Grayscale: #777777. Windows color (decimal): -4045128 or 12076738. OLE color: 12076738.

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

Color convert

RGB 194 70 184 -
CMYK 0 0.64 0.05 0.24
HSL 304.84º 0.5% 0.52% -
HSV(B) 304.84º 0.64% 0.76% -
XYZ 33.09 19.31 47.33 -
YUV 120.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 194 70 184 0 0.64 0.05 0.24 304.84 0.5 0.52
Hex C2 46 B8 0 40 5 18 131 32 34
Octal 302 106 270 0 100 5 30 461 62 64
Binary 11000010 1000110 10111000 0 1000000 101 11000 100110001 110010 110100

Color Harmonies of #C246B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246B8

Black with #C246B8

Text Example


Text Example

White with #C246B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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