Html Css Color HEX #C246B3 Fuchsia

📋 copy color: '#C246B3'

red 194 ◦ green 70 ◦ blue 179

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

Shades of Fuchsia #C246B3

Tints of Fuchsia #C246B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.41%

R = 43.79%
G = 15.8%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C246B3 (or 0xC246B3) is known color: Fuchsia. HEX triplet: C2, 46 and B3. RGB value is (194,70,179). Sum of RGB (Red+Green+Blue) = 194+70+179=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B3 is #3DB94C. Grayscale: #777777. Windows color (decimal): -4045133 or 11749058. OLE color: 11749058.

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

Color convert

RGB 194 70 179 -
CMYK 0 0.64 0.08 0.24
HSL 307.26º 0.5% 0.52% -
HSV(B) 307.26º 0.64% 0.76% -
XYZ 32.57 19.1 44.62 -
YUV 119.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 194 70 179 0 0.64 0.08 0.24 307.26 0.5 0.52
Hex C2 46 B3 0 40 8 18 133 32 34
Octal 302 106 263 0 100 10 30 463 62 64
Binary 11000010 1000110 10110011 0 1000000 1000 11000 100110011 110010 110100

Color Harmonies of #C246B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246B3

Black with #C246B3

Text Example


Text Example

White with #C246B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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