Html Css Color HEX #C650AA Fuchsia

📋 copy color: '#C650AA'

red 198 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #C650AA

Tints of Fuchsia #C650AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 44.2%
G = 17.86%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C650AA (or 0xC650AA) is known color: Fuchsia. HEX triplet: C6, 50 and AA. RGB value is (198,80,170). Sum of RGB (Red+Green+Blue) = 198+80+170=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C650AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650AA is #39AF55. Grayscale: #7D7D7D. Windows color (decimal): -3780438 or 11161798. OLE color: 11161798.

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

Color convert

RGB 198 80 170 -
CMYK 0 0.60 0.14 0.22
HSL 314.24º 0.51% 0.55% -
HSV(B) 314.24º 0.6% 0.78% -
XYZ 33.41 20.65 40.25 -
YUV 125.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 198 80 170 0 0.60 0.14 0.22 314.24 0.51 0.55
Hex C6 50 AA 0 3C E 16 13A 33 37
Octal 306 120 252 0 74 16 26 472 63 67
Binary 11000110 1010000 10101010 0 111100 1110 10110 100111010 110011 110111

Color Harmonies of #C650AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650AA

Black with #C650AA

Text Example


Text Example

White with #C650AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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