Html Css Color HEX #C246B5 Fuchsia

📋 copy color: '#C246B5'

red 194 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #C246B5

Tints of Fuchsia #C246B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.67%

R = 43.6%
G = 15.73%
B = 40.67%

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

#C246B5 (or 0xC246B5) is known color: Fuchsia. HEX triplet: C2, 46 and B5. RGB value is (194,70,181). Sum of RGB (Red+Green+Blue) = 194+70+181=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B5 is #3DB94A. Grayscale: #777777. Windows color (decimal): -4045131 or 11880130. OLE color: 11880130.

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

Color convert

RGB 194 70 181 -
CMYK 0 0.64 0.07 0.24
HSL 306.29º 0.5% 0.52% -
HSV(B) 306.29º 0.64% 0.76% -
XYZ 32.78 19.19 45.69 -
YUV 119.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 194 70 181 0 0.64 0.07 0.24 306.29 0.5 0.52
Hex C2 46 B5 0 40 7 18 132 32 34
Octal 302 106 265 0 100 7 30 462 62 64
Binary 11000010 1000110 10110101 0 1000000 111 11000 100110010 110010 110100

Color Harmonies of #C246B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246B5

Black with #C246B5

Text Example


Text Example

White with #C246B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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