Html Css Color HEX #C246BE Fuchsia

📋 copy color: '#C246BE'

red 194 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #C246BE

Tints of Fuchsia #C246BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 42.73%
G = 15.42%
B = 41.85%

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

#C246BE (or 0xC246BE) is known color: Fuchsia. HEX triplet: C2, 46 and BE. RGB value is (194,70,190). Sum of RGB (Red+Green+Blue) = 194+70+190=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BE is #3DB941. Grayscale: #787878. Windows color (decimal): -4045122 or 12469954. OLE color: 12469954.

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

Color convert

RGB 194 70 190 -
CMYK 0 0.64 0.02 0.24
HSL 301.94º 0.5% 0.52% -
HSV(B) 301.94º 0.64% 0.76% -
XYZ 33.73 19.57 50.71 -
YUV 120.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 194 70 190 0 0.64 0.02 0.24 301.94 0.5 0.52
Hex C2 46 BE 0 40 2 18 12E 32 34
Octal 302 106 276 0 100 2 30 456 62 64
Binary 11000010 1000110 10111110 0 1000000 10 11000 100101110 110010 110100

Color Harmonies of #C246BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246BE

Black with #C246BE

Text Example


Text Example

White with #C246BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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