Html Css Color HEX #C649AF Fuchsia

📋 copy color: '#C649AF'

red 198 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C649AF

Tints of Fuchsia #C649AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.37%

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

R = 44.39%
G = 16.37%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C649AF (or 0xC649AF) is known color: Fuchsia. HEX triplet: C6, 49 and AF. RGB value is (198,73,175). Sum of RGB (Red+Green+Blue) = 198+73+175=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C649AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C649AF is #39B650. Grayscale: #797979. Windows color (decimal): -3782225 or 11487686. OLE color: 11487686.

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

Color convert

RGB 198 73 175 -
CMYK 0 0.63 0.12 0.22
HSL 311.04º 0.52% 0.53% -
HSV(B) 311.04º 0.63% 0.78% -
XYZ 33.41 19.87 42.63 -
YUV 122 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 198 73 175 0 0.63 0.12 0.22 311.04 0.52 0.53
Hex C6 49 AF 0 3F C 16 137 34 35
Octal 306 111 257 0 77 14 26 467 64 65
Binary 11000110 1001001 10101111 0 111111 1100 10110 100110111 110100 110101

Color Harmonies of #C649AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649AF

Black with #C649AF

Text Example


Text Example

White with #C649AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649AF; }

 p { color: rgb(198,73,175); }

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

background-color css

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

 a { background-color: rgb(198,73,175); }

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

border-color css

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

 span { border-color: rgb(198,73,175); }

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