Html Css Color HEX #C647AD Fuchsia

📋 copy color: '#C647AD'

red 198 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #C647AD

Tints of Fuchsia #C647AD

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

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

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

R = 44.8%
G = 16.06%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C647AD (or 0xC647AD) is known color: Fuchsia. HEX triplet: C6, 47 and AD. RGB value is (198,71,173). Sum of RGB (Red+Green+Blue) = 198+71+173=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C647AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C647AD is #39B852. Grayscale: #787878. Windows color (decimal): -3782739 or 11356102. OLE color: 11356102.

HSL color Cylindrical-coordinate representation of color #C647AD: hue angle of 311.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C647AD is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 173 -
CMYK 0 0.64 0.13 0.22
HSL 311.81º 0.53% 0.53% -
HSV(B) 311.81º 0.64% 0.78% -
XYZ 33.08 19.53 41.56 -
YUV 120.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 198 71 173 0 0.64 0.13 0.22 311.81 0.53 0.53
Hex C6 47 AD 0 40 D 16 138 35 35
Octal 306 107 255 0 100 15 26 470 65 65
Binary 11000110 1000111 10101101 0 1000000 1101 10110 100111000 110101 110101

Color Harmonies of #C647AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C647AD

Black with #C647AD

Text Example


Text Example

White with #C647AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C647AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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