Html Css Color HEX #C247AD Fuchsia

📋 copy color: '#C247AD'

red 194 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #C247AD

Tints of Fuchsia #C247AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 44.29%
G = 16.21%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C247AD (or 0xC247AD) is known color: Fuchsia. HEX triplet: C2, 47 and AD. RGB value is (194,71,173). Sum of RGB (Red+Green+Blue) = 194+71+173=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C247AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247AD is #3DB852. Grayscale: #777777. Windows color (decimal): -4044883 or 11356098. OLE color: 11356098.

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

Color convert

RGB 194 71 173 -
CMYK 0 0.63 0.11 0.24
HSL 310.24º 0.5% 0.52% -
HSV(B) 310.24º 0.63% 0.76% -
XYZ 32.04 18.99 41.51 -
YUV 119.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 194 71 173 0 0.63 0.11 0.24 310.24 0.5 0.52
Hex C2 47 AD 0 3F B 18 136 32 34
Octal 302 107 255 0 77 13 30 466 62 64
Binary 11000010 1000111 10101101 0 111111 1011 11000 100110110 110010 110100

Color Harmonies of #C247AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247AD

Black with #C247AD

Text Example


Text Example

White with #C247AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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