Html Css Color HEX #C246BC Fuchsia

📋 copy color: '#C246BC'

red 194 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #C246BC

Tints of Fuchsia #C246BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 42.92%
G = 15.49%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C246BC (or 0xC246BC) is known color: Fuchsia. HEX triplet: C2, 46 and BC. RGB value is (194,70,188). Sum of RGB (Red+Green+Blue) = 194+70+188=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BC is #3DB943. Grayscale: #787878. Windows color (decimal): -4045124 or 12338882. OLE color: 12338882.

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

Color convert

RGB 194 70 188 -
CMYK 0 0.64 0.03 0.24
HSL 302.9º 0.5% 0.52% -
HSV(B) 302.9º 0.64% 0.76% -
XYZ 33.52 19.48 49.57 -
YUV 120.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 194 70 188 0 0.64 0.03 0.24 302.9 0.5 0.52
Hex C2 46 BC 0 40 3 18 12F 32 34
Octal 302 106 274 0 100 3 30 457 62 64
Binary 11000010 1000110 10111100 0 1000000 11 11000 100101111 110010 110100

Color Harmonies of #C246BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246BC

Black with #C246BC

Text Example


Text Example

White with #C246BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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