Html Css Color HEX #C650AC Fuchsia

📋 copy color: '#C650AC'

red 198 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #C650AC

Tints of Fuchsia #C650AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 44%
G = 17.78%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C650AC (or 0xC650AC) is known color: Fuchsia. HEX triplet: C6, 50 and AC. RGB value is (198,80,172). Sum of RGB (Red+Green+Blue) = 198+80+172=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C650AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650AC is #39AF53. Grayscale: #7D7D7D. Windows color (decimal): -3780436 or 11292870. OLE color: 11292870.

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

Color convert

RGB 198 80 172 -
CMYK 0 0.60 0.13 0.22
HSL 313.22º 0.51% 0.55% -
HSV(B) 313.22º 0.6% 0.78% -
XYZ 33.6 20.72 41.26 -
YUV 125.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 198 80 172 0 0.60 0.13 0.22 313.22 0.51 0.55
Hex C6 50 AC 0 3C D 16 139 33 37
Octal 306 120 254 0 74 15 26 471 63 67
Binary 11000110 1010000 10101100 0 111100 1101 10110 100111001 110011 110111

Color Harmonies of #C650AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650AC

Black with #C650AC

Text Example


Text Example

White with #C650AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650AC; }

 p { color: rgb(198,80,172); }

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

background-color css

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

 a { background-color: rgb(198,80,172); }

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

border-color css

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

 span { border-color: rgb(198,80,172); }

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