Html Css Color HEX #C247B2 Fuchsia

📋 copy color: '#C247B2'

red 194 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #C247B2

Tints of Fuchsia #C247B2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.03%

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 43.79%
G = 16.03%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C247B2 (or 0xC247B2) is known color: Fuchsia. HEX triplet: C2, 47 and B2. RGB value is (194,71,178). Sum of RGB (Red+Green+Blue) = 194+71+178=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247B2 is #3DB84D. Grayscale: #777777. Windows color (decimal): -4044878 or 11683778. OLE color: 11683778.

HSL color Cylindrical-coordinate representation of color #C247B2: hue angle of 307.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C247B2 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 178 -
CMYK 0 0.63 0.08 0.24
HSL 307.8º 0.5% 0.52% -
HSV(B) 307.8º 0.63% 0.76% -
XYZ 32.54 19.19 44.11 -
YUV 119.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 194 71 178 0 0.63 0.08 0.24 307.8 0.5 0.52
Hex C2 47 B2 0 3F 8 18 134 32 34
Octal 302 107 262 0 77 10 30 464 62 64
Binary 11000010 1000111 10110010 0 111111 1000 11000 100110100 110010 110100

Color Harmonies of #C247B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247B2

Black with #C247B2

Text Example


Text Example

White with #C247B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247B2; }

 p { color: rgb(194,71,178); }

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

background-color css

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

 a { background-color: rgb(194,71,178); }

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

border-color css

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

 span { border-color: rgb(194,71,178); }

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