Html Css Color HEX #C647BF Fuchsia

📋 copy color: '#C647BF'

red 198 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #C647BF

Tints of Fuchsia #C647BF

RGB

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

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

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

R = 43.04%
G = 15.43%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C647BF (or 0xC647BF) is known color: Fuchsia. HEX triplet: C6, 47 and BF. RGB value is (198,71,191). Sum of RGB (Red+Green+Blue) = 198+71+191=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C647BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647BF is #39B840. Grayscale: #7A7A7A. Windows color (decimal): -3782721 or 12535750. OLE color: 12535750.

HSL color Cylindrical-coordinate representation of color #C647BF: hue angle of 303.31º 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 #C647BF is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 191 -
CMYK 0 0.64 0.04 0.22
HSL 303.31º 0.53% 0.53% -
HSV(B) 303.31º 0.64% 0.78% -
XYZ 34.95 20.27 51.36 -
YUV 122.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 198 71 191 0 0.64 0.04 0.22 303.31 0.53 0.53
Hex C6 47 BF 0 40 4 16 12F 35 35
Octal 306 107 277 0 100 4 26 457 65 65
Binary 11000110 1000111 10111111 0 1000000 100 10110 100101111 110101 110101

Color Harmonies of #C647BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C647BF

Black with #C647BF

Text Example


Text Example

White with #C647BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C647BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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