Html Css Color HEX #C246B4 Fuchsia

📋 copy color: '#C246B4'

red 194 ◦ green 70 ◦ blue 180

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

Shades of Fuchsia #C246B4

Tints of Fuchsia #C246B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 43.69%
G = 15.77%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C246B4 (or 0xC246B4) is known color: Fuchsia. HEX triplet: C2, 46 and B4. RGB value is (194,70,180). Sum of RGB (Red+Green+Blue) = 194+70+180=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B4 is #3DB94B. Grayscale: #777777. Windows color (decimal): -4045132 or 11814594. OLE color: 11814594.

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

Color convert

RGB 194 70 180 -
CMYK 0 0.64 0.07 0.24
HSL 306.77º 0.5% 0.52% -
HSV(B) 306.77º 0.64% 0.76% -
XYZ 32.68 19.14 45.15 -
YUV 119.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 194 70 180 0 0.64 0.07 0.24 306.77 0.5 0.52
Hex C2 46 B4 0 40 7 18 133 32 34
Octal 302 106 264 0 100 7 30 463 62 64
Binary 11000010 1000110 10110100 0 1000000 111 11000 100110011 110010 110100

Color Harmonies of #C246B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246B4

Black with #C246B4

Text Example


Text Example

White with #C246B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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