Html Css Color HEX #C247B8 Fuchsia

📋 copy color: '#C247B8'

red 194 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #C247B8

Tints of Fuchsia #C247B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 43.21%
G = 15.81%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C247B8 (or 0xC247B8) is known color: Fuchsia. HEX triplet: C2, 47 and B8. RGB value is (194,71,184). Sum of RGB (Red+Green+Blue) = 194+71+184=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247B8 is #3DB847. Grayscale: #787878. Windows color (decimal): -4044872 or 12076994. OLE color: 12076994.

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

Color convert

RGB 194 71 184 -
CMYK 0 0.63 0.05 0.24
HSL 304.88º 0.5% 0.52% -
HSV(B) 304.88º 0.63% 0.76% -
XYZ 33.15 19.44 47.35 -
YUV 120.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 194 71 184 0 0.63 0.05 0.24 304.88 0.5 0.52
Hex C2 47 B8 0 3F 5 18 131 32 34
Octal 302 107 270 0 77 5 30 461 62 64
Binary 11000010 1000111 10111000 0 111111 101 11000 100110001 110010 110100

Color Harmonies of #C247B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247B8

Black with #C247B8

Text Example


Text Example

White with #C247B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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