Html Css Color HEX #C247B0 Fuchsia

📋 copy color: '#C247B0'

red 194 ◦ green 71 ◦ blue 176

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

Shades of Fuchsia #C247B0

Tints of Fuchsia #C247B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 43.99%
G = 16.1%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C247B0 (or 0xC247B0) is known color: Fuchsia. HEX triplet: C2, 47 and B0. RGB value is (194,71,176). Sum of RGB (Red+Green+Blue) = 194+71+176=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247B0 is #3DB84F. Grayscale: #777777. Windows color (decimal): -4044880 or 11552706. OLE color: 11552706.

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

Color convert

RGB 194 71 176 -
CMYK 0 0.63 0.09 0.24
HSL 308.78º 0.5% 0.52% -
HSV(B) 308.78º 0.63% 0.76% -
XYZ 32.34 19.11 43.06 -
YUV 119.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 194 71 176 0 0.63 0.09 0.24 308.78 0.5 0.52
Hex C2 47 B0 0 3F 9 18 135 32 34
Octal 302 107 260 0 77 11 30 465 62 64
Binary 11000010 1000111 10110000 0 111111 1001 11000 100110101 110010 110100

Color Harmonies of #C247B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247B0

Black with #C247B0

Text Example


Text Example

White with #C247B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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