Html Css Color HEX #C247AF Fuchsia

📋 copy color: '#C247AF'

red 194 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #C247AF

Tints of Fuchsia #C247AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 44.09%
G = 16.14%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C247AF (or 0xC247AF) is known color: Fuchsia. HEX triplet: C2, 47 and AF. RGB value is (194,71,175). Sum of RGB (Red+Green+Blue) = 194+71+175=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C247AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247AF is #3DB850. Grayscale: #777777. Windows color (decimal): -4044881 or 11487170. OLE color: 11487170.

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

Color convert

RGB 194 71 175 -
CMYK 0 0.63 0.10 0.24
HSL 309.27º 0.5% 0.52% -
HSV(B) 309.27º 0.63% 0.76% -
XYZ 32.24 19.07 42.54 -
YUV 119.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 194 71 175 0 0.63 0.10 0.24 309.27 0.5 0.52
Hex C2 47 AF 0 3F A 18 135 32 34
Octal 302 107 257 0 77 12 30 465 62 64
Binary 11000010 1000111 10101111 0 111111 1010 11000 100110101 110010 110100

Color Harmonies of #C247AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247AF

Black with #C247AF

Text Example


Text Example

White with #C247AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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