Html Css Color HEX #C247BF Fuchsia

📋 copy color: '#C247BF'

red 194 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #C247BF

Tints of Fuchsia #C247BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 42.54%
G = 15.57%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C247BF (or 0xC247BF) is known color: Fuchsia. HEX triplet: C2, 47 and BF. RGB value is (194,71,191). Sum of RGB (Red+Green+Blue) = 194+71+191=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C247BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247BF is #3DB840. Grayscale: #797979. Windows color (decimal): -4044865 or 12535746. OLE color: 12535746.

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

Color convert

RGB 194 71 191 -
CMYK 0 0.63 0.02 0.24
HSL 301.46º 0.5% 0.52% -
HSV(B) 301.46º 0.63% 0.76% -
XYZ 33.91 19.74 51.31 -
YUV 121.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 194 71 191 0 0.63 0.02 0.24 301.46 0.5 0.52
Hex C2 47 BF 0 3F 2 18 12D 32 34
Octal 302 107 277 0 77 2 30 455 62 64
Binary 11000010 1000111 10111111 0 111111 10 11000 100101101 110010 110100

Color Harmonies of #C247BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247BF

Black with #C247BF

Text Example


Text Example

White with #C247BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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